init(type:value:)

Create a new attribute from a given type and value.

RDNAttribute.swift:62
init(type: ASN1ObjectIdentifier, value: Attribute.Value)

Parameters

type

The type of the attribute.

value

The value of the attribute.