public static class RevocationStatus.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RevocationStatus |
build() |
RevocationStatus.Builder |
copy(RevocationStatus model) |
RevocationStatus.Builder |
revocationReason(RevocationReason revocationReason)
The reason the certificate or certificate authority (CA) was revoked.
|
RevocationStatus.Builder |
timeOfRevocation(Date timeOfRevocation)
The time when the entity was revoked, expressed in RFC
3339 timestamp format.
|
public RevocationStatus.Builder timeOfRevocation(Date timeOfRevocation)
The time when the entity was revoked, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeOfRevocation
- the value to setpublic RevocationStatus.Builder revocationReason(RevocationReason revocationReason)
The reason the certificate or certificate authority (CA) was revoked.
revocationReason
- the value to setpublic RevocationStatus build()
public RevocationStatus.Builder copy(RevocationStatus model)
Copyright © 2016–2024. All rights reserved.