Enumerations

The following enumerations are available globally.

  • ASN1 Data/Content type

    See more

    Declaration

    Swift

    public enum ASN1Data
    extension ASN1Data: CustomStringConvertible
    extension ASN1Data: CustomDebugStringConvertible
  • Tag model to represent a decoded ASN1 Tag

    See more

    Declaration

    Swift

    public enum ASN1DecodedTag : Equatable
    extension ASN1DecodedTag: CustomStringConvertible
    extension ASN1DecodedTag: CustomDebugStringConvertible
  • ASN.1 Error type

    See more

    Declaration

    Swift

    public enum ASN1Error : Swift.Error, Equatable
  • ASN.1 Tag implementation according to the X.690-0207 specification

    For more information see the X.690-0207.pdf specification.

    See more

    Declaration

    Swift

    public enum ASN1Tag : UInt8