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

Uses of Key in net.adamcin.httpsig.api
 

Subinterfaces of Key in net.adamcin.httpsig.api
 interface UserKey
          Extends the base Key interface to add a userId field, which is a common use case for authentication.
 

Methods in net.adamcin.httpsig.api that return Key
 Key Keychain.currentKey()
           
 Key DefaultKeychain.currentKey()
           
 Key Verifier.selectKey(Authorization authorization)
          Selects an appropriate Key from the Keychain matching the keyId specified in the Authorization.
 Key DefaultVerifier.selectKey(Authorization authorization)
          Selects an appropriate Key from the Keychain matching the keyId specified in the Authorization.
 

Methods in net.adamcin.httpsig.api that return types with arguments of type Key
 Iterator<Key> DefaultKeychain.iterator()
           
 Map<String,Key> Keychain.toMap(KeyId keyId)
           
 Map<String,Key> DefaultKeychain.toMap(KeyId keyIdentifier)
           
 

Methods in net.adamcin.httpsig.api with parameters of type Key
 boolean DefaultKeychain.add(Key key)
           
 String KeyId.getId(Key key)
           
 

Method parameters in net.adamcin.httpsig.api with type arguments of type Key
 boolean DefaultKeychain.addAll(Collection<? extends Key> c)
           
 

Constructors in net.adamcin.httpsig.api with parameters of type Key
Signer(Key singleKey, KeyId keyId)
           
 

Constructor parameters in net.adamcin.httpsig.api with type arguments of type Key
DefaultKeychain(Collection<? extends Key> identities)
           
 



Copyright © 2013-2014. All Rights Reserved.