Protocols
The following protocols are available globally.
-
ASN.1 Object implementation according to the X.690-0207 specification
For more information see the X.690-0207.pdf specification.
ASN1Object protocol that represents any ASN.1 Tag or Sequence
See moreDeclaration
Swift
public protocol ASN1Object
-
ASN1 Encodable type that allows converting Swift types to ASN1 encoding
See moreDeclaration
Swift
public protocol ASN1EncodableType
-
ASN1 Decodable type allows for initializing Swift type(s) from ASN1 encoding
See moreDeclaration
Swift
public protocol ASN1DecodableType