RevocationReason

public enum RevocationReason : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case unspecified = "UNSPECIFIED"
  • Undocumented

    Declaration

    Swift

    case keyCompromise = "KEY_COMPROMISE"
  • Undocumented

    Declaration

    Swift

    case certificateAuthorityCompromise = "CERTIFICATE_AUTHORITY_COMPROMISE"
  • Undocumented

    Declaration

    Swift

    case affiliationChanged = "AFFILIATION_CHANGED"
  • Undocumented

    Declaration

    Swift

    case superseded = "SUPERSEDED"
  • Undocumented

    Declaration

    Swift

    case cessationOfOperation = "CESSATION_OF_OPERATION"
  • Undocumented

    Declaration

    Swift

    case privilegeWithdrawn = "PRIVILEGE_WITHDRAWN"
  • Undocumented

    Declaration

    Swift

    case aACompromise = "A_A_COMPROMISE"
  • Declaration

    Swift

    public var description: String { get }