public interface Certificate
| Modifier and Type | Method and Description |
|---|---|
String |
getSubjectDN()
Gets certificate subject DN.
|
Map<String,String> |
getSubjectDNMap()
Gets certificate subject DN map.
|
String |
getThumbprint()
Gets certificate 'x5t' thumbprint which is a base64url-encoded SHA-1
thumbprint (a.k.a.
|
String getThumbprint() throws InvalidCertificateException
InvalidCertificateException - if error occurs while encoding X509 certificate or when a
particular cryptographic algorithm is not supportedString getSubjectDN()
Copyright © 2024. All rights reserved.