| Interface | Description |
|---|---|
| Key | |
| Keychain |
Immutable interface for a list of
Keys |
| KeyIdentifier |
| Class | Description |
|---|---|
| Authorization |
Representation of the "Authorization: Signature..." header sent by the client in response to a
Challenge |
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Challenge |
Representation of the "WWW-Authenticate: Signature ..." authentication challenge header sent by the server.
|
| Constants |
Constant values used by the Signature Specification
|
| DefaultKeychain |
Simple implementation of
Keychain backed by a HashMap and
modified via Collection methods |
| SignatureBuilder |
Object used to pass per-request context, such as Request Line and HTTP Headers in client/server
implementation-independent way.
|
| Signer |
Instance of a Signer, used by an HTTP client to sign a
SignatureBuilder and create an Authorization |
| Verifier |
The Server-Side component of the protocol which verifies
Authorization headers using SSH Public Keys |
| Enum | Description |
|---|---|
| Algorithm |
Enumeration of supported HTTP Signature algorithms
|
| VerifyResult |
Enumeration of possible results from
Verifier.verifyWithResult(Challenge, SignatureBuilder, Authorization) |
Copyright © 2013. All Rights Reserved.