|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyPair
A private-public-keypair.
Method Summary | |
---|---|
String |
getAlias()
Method gets the alias for the keypair. |
Certificate |
getCertificate()
Method gets the certificate if one exists. |
Certificate[] |
getCertificateChain()
Method gets the CertificateChain. |
Key |
getPrivateKey()
Method gets the privateKey. |
PublicKey |
getPublicKey()
Method gets the publicKey. |
boolean |
isCertificateChainSet()
Returns if the pair bean contains a certificate chain. |
boolean |
isCertificateSet()
Returns if the pair bean contains a certificate. |
boolean |
isPrivateKeySet()
Returns if the pair bean contains a private key. |
boolean |
isPublicKeySet()
Returns if the pair bean contains a public key. |
Method Detail |
---|
String getAlias()
Certificate getCertificate()
Certificate[] getCertificateChain()
Key getPrivateKey()
PrivateKey
or a SecretKey
PublicKey getPublicKey()
boolean isCertificateChainSet()
boolean isCertificateSet()
boolean isPrivateKeySet()
boolean isPublicKeySet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |