| Package | Description |
|---|---|
| net.adamcin.httpsig.api | |
| net.adamcin.httpsig.hmac | |
| net.adamcin.httpsig.http.apache3 | |
| net.adamcin.httpsig.http.apache4 | |
| net.adamcin.httpsig.ssh.jce |
| Modifier and Type | Field and Description |
|---|---|
static KeyId |
Constants.DEFAULT_KEY_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
KeyId |
Signer.getKeyId() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Key> |
Keychain.toMap(KeyId keyId) |
Map<String,Key> |
DefaultKeychain.toMap(KeyId keyIdentifier) |
| Constructor and Description |
|---|
DefaultVerifier(Keychain keychain,
KeyId keyId) |
DefaultVerifier(Keychain keychain,
KeyId keyId,
long skew) |
Signer(Keychain keychain,
KeyId keyId) |
Signer(Key singleKey,
KeyId keyId) |
| Modifier and Type | Class and Description |
|---|---|
class |
HmacKeyId |
| 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 | Class and Description |
|---|---|
class |
UserFingerprintKeyId
Implementation of
KeyId which incorporates a username into the keyId string. |
class |
UserKeysFingerprintKeyId
Implementation of
KeyId following the Joyent API convention of /$username/keys/$fingerprint |
Copyright © 2013-2017. All Rights Reserved.