public class RevocationReason extends Object
Constructor and Description |
---|
RevocationReason() |
Modifier and Type | Method and Description |
---|---|
RevocationReason |
code(RevocationReasonCode code) |
RevocationReason |
compromiseOccuranceDate(String compromiseOccuranceDate) |
boolean |
equals(Object o) |
RevocationReasonCode |
getCode()
Get code
|
String |
getCompromiseOccuranceDate()
An optional field specifying when this security object was compromised.
|
String |
getMessage()
Field that is used exclusively for audit trail/logging purposes and MAY contain additional information about why the object was revoked.
|
int |
hashCode() |
RevocationReason |
message(String message) |
void |
setCode(RevocationReasonCode code) |
void |
setCompromiseOccuranceDate(String compromiseOccuranceDate) |
void |
setMessage(String message) |
String |
toString() |
public RevocationReason code(RevocationReasonCode code)
public RevocationReasonCode getCode()
public void setCode(RevocationReasonCode code)
public RevocationReason message(String message)
public String getMessage()
public void setMessage(String message)
public RevocationReason compromiseOccuranceDate(String compromiseOccuranceDate)
public String getCompromiseOccuranceDate()
public void setCompromiseOccuranceDate(String compromiseOccuranceDate)
Copyright © 2017-2025 Fortanix Inc. All Rights Reserved