|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |