CrlRegistration

public struct CrlRegistration
extension CrlRegistration: Sendable
extension CrlRegistration: Equatable, Hashable

Supporting struct for CRL registration result

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

    Declaration

    Swift

    public var dirty: Bool
  • Optional expiration timestamp

    Declaration

    Swift

    public var expiration: UInt64?
  • Undocumented

    Declaration

    Swift

    public init(
        /**
         * Whether this CRL modifies the old CRL (i.e. has a different revocated cert list)
         */dirty: Bool, 
        /**
         * Optional expiration timestamp
         */expiration: UInt64?)
  • Declaration

    Swift

    public static func == (lhs: CrlRegistration, rhs: CrlRegistration) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)