public interface KeyPair
Modifier and Type | Method and Description |
---|---|
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.
|
String getAlias()
Certificate getCertificate()
Certificate[] getCertificateChain()
Key getPrivateKey()
PrivateKey
or a SecretKey
PublicKey getPublicKey()
boolean isCertificateChainSet()
boolean isCertificateSet()
boolean isPrivateKeySet()
boolean isPublicKeySet()
Copyright © 2004–2016 52north.org. All rights reserved.