CertificateType

public enum CertificateType

The certificate types supported by the Unblu SDK

  • pem

    Represents a PEM certificate

    Declaration

    Swift

    case pem
  • der

    Represents certificates with the following formats: .cer, .der and .crt

    Declaration

    Swift

    case der