public interface Certificate
| Modifier and Type | Method and Description |
|---|---|
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 supportedCopyright © 2022. All rights reserved.