public final class CertificateDetails extends Object
| Constructor and Description |
|---|
CertificateDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
issuer()
Get the issuer property: Certificate Issuer.
|
OffsetDateTime |
notAfter()
Get the notAfter property: Date Certificate is valid to.
|
OffsetDateTime |
notBefore()
Get the notBefore property: Date Certificate is valid from.
|
String |
rawData()
Get the rawData property: Raw certificate data.
|
String |
serialNumber()
Get the serialNumber property: Certificate Serial Number.
|
String |
signatureAlgorithm()
Get the signatureAlgorithm property: Certificate Signature algorithm.
|
String |
subject()
Get the subject property: Certificate Subject.
|
String |
thumbprint()
Get the thumbprint property: Certificate Thumbprint.
|
void |
validate()
Validates the instance.
|
Integer |
version()
Get the version property: Certificate Version.
|
public Integer version()
public String serialNumber()
public String thumbprint()
public String subject()
public OffsetDateTime notBefore()
public OffsetDateTime notAfter()
public String signatureAlgorithm()
public String issuer()
public String rawData()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.