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

Uses of KeyId in net.adamcin.httpsig.api
 

Fields in net.adamcin.httpsig.api declared as KeyId
static KeyId Constants.DEFAULT_KEY_IDENTIFIER
           
 

Methods in net.adamcin.httpsig.api that return KeyId
 KeyId Signer.getKeyId()
           
 

Methods in net.adamcin.httpsig.api with parameters of type KeyId
 Map<String,Key> Keychain.toMap(KeyId keyId)
           
 Map<String,Key> DefaultKeychain.toMap(KeyId keyIdentifier)
           
 

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



Copyright © 2013-2014. All Rights Reserved.