init(type:value:)

Create a new attribute from a given type and value.

RDNAttribute.swift:283
init(type: ASN1ObjectIdentifier, value: ASN1Any)

Parameters

type

The type of the attribute.

value

The value of the attribute, wrapped in ASN1Any.