Entry
@Serializable
Represents a revocation entry containing information about the status, reason for revocation, and the optional expiration date.
Constructors
Link copied to clipboard
constructor(status: AndroidRevocationList.RevocationStatus, reason: AndroidRevocationList.RevocationReason? = null, expires: Instant? = null, comment: String? = null)
Properties
Link copied to clipboard
The optional expiration date for the entry in ISO-8601 format. Only ever present for RevocationStatus.SUSPENDED. If null, the entry does not expire. See also isExpired.
Link copied to clipboard
The reason for the revocation, such as revoked or suspended.
Link copied to clipboard
The revocation status of the entry, indicating if it is revoked or suspended.