ASN1DecodableType
public protocol ASN1DecodableType
ASN1 Decodable type allows for initializing Swift type(s) from ASN1 encoding
-
Initialize a type from Decoded ASN1 encoding
Declaration
Swift
init(from asn1: ASN1Object) throwsParameters
asn1The (de-serialized) ASN1 Tag