public interface KeyStoreAccessor
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
loadCertificate(CertificateDetails certificateDetails)
Returns the x509 certificate of a private key.
|
X509Certificate loadCertificate(@Nonnull CertificateDetails certificateDetails) throws IOException, NoSuchAlgorithmException, KeyStoreException, CertificateException, UnrecoverableKeyException
certificateDetails - the information which references an entry in the key storenullUnrecoverableKeyException - if the password for the key store and the private key are differentIOExceptionNoSuchAlgorithmExceptionKeyStoreExceptionCertificateExceptionCopyright © 2002-2018 Atlassian. All Rights Reserved.