Uses of Interface
org.n52.security.common.crypto.KeyPairProvider

Packages that use KeyPairProvider
org.n52.security.common.crypto   
 

Uses of KeyPairProvider in org.n52.security.common.crypto
 

Classes in org.n52.security.common.crypto that implement KeyPairProvider
 class AbstractKeyPairProviderDecorator
          Simple base class for decorator implementations of KeyPairProviders.
 class AliasMappingKeyProviderDecorator
          Wraps incomming alias names to alias names used in the decorated provider.
 class FilesystemKeyPairProvider
          Looks for private keys and their according certificates in a file system folder.
 class KeystoreKeyPairProvider
          KeyPairProvider working on a java keystore.
 

Methods in org.n52.security.common.crypto that return KeyPairProvider
 KeyPairProvider AbstractKeyPairProviderDecorator.getDelegate()
           
 

Methods in org.n52.security.common.crypto with parameters of type KeyPairProvider
 void AbstractKeyPairProviderDecorator.setDelegate(KeyPairProvider delegate)
           
 

Constructors in org.n52.security.common.crypto with parameters of type KeyPairProvider
AbstractKeyPairProviderDecorator(KeyPairProvider delegate)
           
AliasMappingKeyProviderDecorator(KeyPairProvider delegate)
           
 



Copyright © 2004–2014 52north.org. All rights reserved.