Uses of Class
org.n52.security.common.crypto.KeyPairResolvingException

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

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

Methods in org.n52.security.common.crypto that throw KeyPairResolvingException
 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)
           
 



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