com.atlassian.jira.configurator.ssl.KeyStoreAccessor |
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the x509 certificate of a private key.
|
Returns the x509 certificate of a private key. In detail, it returns the first certificate of a private key's certificate chain, if the alias denotes a key entry. Thus it returns only certificates of entries for which a private key is existing. This obviously doesn't yield for public certificates.
certificateDetails | the information which references an entry in the key store |
---|
null
UnrecoverableKeyException | if the password for the key store and the private key are different |
---|---|
CertificateException | |
IOException | |
KeyStoreException | |
NoSuchAlgorithmException |