Uses of Package
net.adamcin.httpsig.api

Classes in net.adamcin.httpsig.api used by net.adamcin.httpsig.api
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 Keys
KeyId
          Interface used by a Keychain to generate keyId's from the Keys that it contains
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-2014. All Rights Reserved.