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

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

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

Classes in org.n52.security.common.crypto that implement KeyPair
 class DefaultKeyPair
          A bean (vo) style implementation of a KeyPair and can be used by different KeyPairProviders.
 

Methods in org.n52.security.common.crypto that return KeyPair
 KeyPair AbstractKeyPairProviderDecorator.resolveByAlias(String alias, char[] password)
           
 KeyPair KeyPairProvider.resolveByAlias(String alias, char[] password)
          Resolves a keypair by an alias.
 KeyPair AliasMappingKeyProviderDecorator.resolveByAlias(String alias, char[] password)
           
 KeyPair KeystoreKeyPairProvider.resolveByAlias(String alias, char[] password)
           
 KeyPair FilesystemKeyPairProvider.resolveByAlias(String alias, char[] password)
           
 KeyPair AbstractKeyPairProviderDecorator.resolveByCertificate(Certificate cert, char[] password)
           
 KeyPair KeyPairProvider.resolveByCertificate(Certificate cert, char[] password)
          Resolves a key pair by a given certificate.
 KeyPair KeystoreKeyPairProvider.resolveByCertificate(Certificate cert, char[] password)
           
 KeyPair FilesystemKeyPairProvider.resolveByCertificate(Certificate cert, char[] password)
           
 KeyPair AbstractKeyPairProviderDecorator.resolveBySerialIssuer(String issuerDN, BigInteger serial, char[] password)
           
 KeyPair KeyPairProvider.resolveBySerialIssuer(String issuerDN, BigInteger serial, char[] password)
          Resolves a key pair by a SerialIssuer, this is required to resolve certificates and it's private keys by the id of the certificate.
 KeyPair KeystoreKeyPairProvider.resolveBySerialIssuer(String issuerDN, BigInteger serial, char[] password)
           
 KeyPair FilesystemKeyPairProvider.resolveBySerialIssuer(String issuerDN, BigInteger serial, char[] password)
           
 

Constructors in org.n52.security.common.crypto with parameters of type KeyPair
KeyPairX509KeyManager(KeyPair keypair)
           
KeyPairX509TrustManager(KeyPair keypair)
           
 



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