CRLRegistration

data class CRLRegistration(val dirty: Boolean, val expiration: Long?)

Supporting struct for CRL registration result

Constructors

Link copied to clipboard
constructor(dirty: Boolean, expiration: Long?)

Properties

Link copied to clipboard

Whether this CRL modifies the old CRL (i.e. has a different revocated cert list)

Link copied to clipboard

Optional expiration timestamp

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int