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) throws
Parameters
asn1
The (de-serialized) ASN1 Tag