ASN1EncodableType

public protocol ASN1EncodableType

ASN1 Encodable type that allows converting Swift types to ASN1 encoding

  • DER encode an ASN1EncodableType

    Declaration

    Swift

    func asn1encode(tag: ASN1DecodedTag?) throws -> ASN1Object

    Parameters

    tag

    the ASN1 tag class

    Return Value

    new ASN1Object to be used for serializing