| Package | Description |
|---|---|
| net.adamcin.httpsig.api | |
| net.adamcin.httpsig.http.apache3 | |
| net.adamcin.httpsig.http.apache4 | |
| net.adamcin.httpsig.ssh.jce | |
| net.adamcin.httpsig.ssh.jsch |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultKeychain
Simple implementation of
Keychain backed by a HashMap and
modified via Collection methods |
| Modifier and Type | Method and Description |
|---|---|
Keychain |
Keychain.discard() |
Keychain |
DefaultKeychain.discard() |
Keychain |
Keychain.filterAlgorithms(Collection<Algorithm> algorithms)
Filter this keychain by a
Collection of supported Algorithms |
Keychain |
DefaultKeychain.filterAlgorithms(Collection<Algorithm> algorithms) |
Keychain |
Signer.getCandidateKeys() |
Keychain |
Signer.getKeychain() |
Keychain |
DefaultVerifier.getKeychain() |
| Constructor and Description |
|---|
DefaultVerifier(Keychain keychain) |
DefaultVerifier(Keychain keychain,
KeyId keyId) |
DefaultVerifier(Keychain keychain,
KeyId keyId,
long skew) |
Signer(Keychain keychain) |
Signer(Keychain keychain,
KeyId keyId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Http3Util.enableAuth(org.apache.commons.httpclient.HttpClient client,
Keychain keychain,
KeyId keyId) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Http4Util.enableAuth(org.apache.http.impl.client.AbstractHttpClient client,
Keychain keychain,
KeyId keyId) |
| Modifier and Type | Method and Description |
|---|---|
static Keychain |
AuthorizedKeys.defaultKeychain() |
static Keychain |
AuthorizedKeys.newKeychain(File authorizedKeysFile)
Convenience method which should simplify the interaction for 99% of implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static Keychain |
JschKey.getIdentities(com.jcraft.jsch.JSch jSch) |
Copyright © 2013-2017. All Rights Reserved.