public interface IClientCertificate extends IClientCredential
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
key()
Returns private key of the credential.
|
String |
publicCertificate()
Base64 encoded public certificate.
|
String |
publicCertificateHash()
Base64 encoded hash of the the public certificate.
|
PrivateKey key()
String publicCertificateHash() throws CertificateEncodingException, NoSuchAlgorithmException
CertificateEncodingException - if an encoding error occursNoSuchAlgorithmException - if requested algorithm is not available in the environmentString publicCertificate() throws CertificateEncodingException
CertificateEncodingException - if an encoding error occursCopyright © 2013–2020. All rights reserved.