Uses of Interface
net.adamcin.httpsig.api.Keychain

Uses of Keychain in net.adamcin.httpsig.api
 

Classes in net.adamcin.httpsig.api that implement Keychain
 class DefaultKeychain
          Simple implementation of Keychain backed by a HashMap and modified via Collection methods
 

Methods in net.adamcin.httpsig.api that return Keychain
 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()
           
 

Constructors in net.adamcin.httpsig.api with parameters of type Keychain
DefaultVerifier(Keychain keychain)
           
DefaultVerifier(Keychain keychain, KeyId keyId)
           
DefaultVerifier(Keychain keychain, KeyId keyId, long skew)
           
Signer(Keychain keychain)
           
Signer(Keychain keychain, KeyId keyId)
           
 



Copyright © 2013-2014. All Rights Reserved.