Class and Description |
---|
Algorithm
Enumeration of supported HTTP Signature algorithms
|
Authorization
Representation of the "Authorization: Signature..." header sent by the client in response to a
Challenge |
Challenge
Representation of the "WWW-Authenticate: Signature ..." authentication challenge header sent by the server.
|
Key
Interface representing an object which can sign content and/or verify signatures
|
Keychain
Immutable interface for a list of
Key s |
KeyId |
RequestContent
Object used to pass per-request context, such as Request Line and HTTP Headers in client/server
implementation-independent way.
|
RequestContent.Builder |
Verifier
Limited interface allowing for server-side use of guards and remote service calls
|
VerifyResult
Enumeration of possible results from
Verifier.verifyWithResult(Challenge, RequestContent, Authorization) |
Copyright © 2013-2017. All Rights Reserved.