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 that the certificate or CA was revoked.
|
RevocationStatus.Builder |
timeRevoked(Date timeRevoked)
The time when the certificate or CA was revoked.
|
public RevocationStatus.Builder timeRevoked(Date timeRevoked)
The time when the certificate or CA was revoked.
timeRevoked
- the value to setpublic RevocationStatus.Builder revocationReason(RevocationReason revocationReason)
The reason that the certificate or CA was revoked.
revocationReason
- the value to setpublic RevocationStatus build()
public RevocationStatus.Builder copy(RevocationStatus model)
Copyright © 2016–2024. All rights reserved.