Enumerations
The following enumerations are available globally.
-
ASN1 Data/Content type
See moreDeclaration
Swift
public enum ASN1Data
extension ASN1Data: CustomStringConvertible
extension ASN1Data: CustomDebugStringConvertible
-
Tag model to represent a decoded ASN1 Tag
See moreDeclaration
Swift
public enum ASN1DecodedTag : Equatable
extension ASN1DecodedTag: CustomStringConvertible
extension ASN1DecodedTag: CustomDebugStringConvertible
-
ASN.1 Error type
See moreDeclaration
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 moreDeclaration
Swift
public enum ASN1Tag : UInt8