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
          Class DefaultKeyPair is 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 KeystoreKeyPairProvider.resolveByAlias(java.lang.String alias, char[] password)
           
 KeyPair KeyPairProvider.resolveByAlias(java.lang.String alias, char[] password)
          Method resolves a keypair by an alias.
 KeyPair KeystoreKeyPairProvider.resolveByCertificate(java.security.cert.Certificate cert, char[] password)
           
 KeyPair KeyPairProvider.resolveByCertificate(java.security.cert.Certificate cert, char[] password)
          Method resolves a key pair by a given certificate.
 KeyPair KeystoreKeyPairProvider.resolveBySerialIssuer(java.lang.String issuerDN, java.math.BigInteger serial, char[] password)
           
 KeyPair KeyPairProvider.resolveBySerialIssuer(java.lang.String issuerDN, java.math.BigInteger serial, char[] password)
          Method resolves a key pair by a SerialIssuer, this is required to resolve certificates and it's private keys by the id of the certificate.
 



Copyright © 2004-2009 52north.org. All Rights Reserved.