public interface CertificateData
Certificate.| Modifier and Type | Method and Description |
|---|---|
String |
getIssuer() |
Instant |
getNotAfter() |
Instant |
getNotBefore() |
BigInteger |
getSerialNumber() |
String |
getSignatureAlgorithm() |
String |
getSubject() |
String getIssuer()
String getSubject()
BigInteger getSerialNumber()
BigInteger.ONE).Instant getNotBefore()
X509Certificate.getNotBefore()Instant getNotAfter()
X509Certificate.getNotAfter()String getSignatureAlgorithm()
algorithm name for the signature.Copyright © 2001–2019 mmm-Team. All rights reserved.