Certificate Class
- java.
lang. Object - com.
azure. resourcemanager. trustedsigning. models. Certificate
- com.
Implements
public final class Certificate
implements JsonSerializable<Certificate>
Properties of the certificate.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
createdDate()
Get the created |
|
Offset |
effectiveAt()
Get the effective |
| String |
expiryDate()
Get the expiry |
| String |
failureReason()
Get the failure |
| static Certificate |
fromJson(JsonReader jsonReader)
Reads an instance of Certificate from the Json |
| String |
reason()
Get the reason property: Reason for revocation. |
| String |
remarks()
Get the remarks property: Remarks for the revocation. |
|
Offset |
requestedAt()
Get the requested |
| String |
serialNumber()
Get the serial |
|
Certificate |
status()
Get the status property: Status of the certificate. |
|
Revocation |
statusRevocationStatus()
Get the status property: Status of the revocation. |
| String |
subjectName()
Get the subject |
| String |
thumbprint()
Get the thumbprint property: Thumbprint of the certificate. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
createdDate
public String createdDate()
Get the createdDate property: Certificate created date.
Returns:
effectiveAt
public OffsetDateTime effectiveAt()
Get the effectiveAt property: The timestamp when the revocation is effective.
Returns:
expiryDate
public String expiryDate()
Get the expiryDate property: Certificate expiry date.
Returns:
failureReason
public String failureReason()
Get the failureReason property: Reason for the revocation failure.
Returns:
fromJson
public static Certificate fromJson(JsonReader jsonReader)
Reads an instance of Certificate from the JsonReader.
Parameters:
Returns:
Throws:
reason
public String reason()
Get the reason property: Reason for revocation.
Returns:
remarks
public String remarks()
Get the remarks property: Remarks for the revocation.
Returns:
requestedAt
public OffsetDateTime requestedAt()
Get the requestedAt property: The timestamp when the revocation is requested.
Returns:
serialNumber
public String serialNumber()
Get the serialNumber property: Serial number of the certificate.
Returns:
status
public CertificateStatus status()
Get the status property: Status of the certificate.
Returns:
statusRevocationStatus
public RevocationStatus statusRevocationStatus()
Get the status property: Status of the revocation.
Returns:
subjectName
public String subjectName()
Get the subjectName property: Subject name of the certificate.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: Thumbprint of the certificate.
Returns:
toJson
validate
public void validate()
Validates the instance.