X500RelativeDistinguishedName

@Serializable
value class X500RelativeDistinguishedName(val attrsAndValues: Set<X500AttributeTypeAndValue>)(source)

As per RFC5280:

    RelativeDistinguishedName ::=
SET SIZE (1..MAX) OF AttributeTypeAndValue

Constructors

Link copied to clipboard
constructor(attrsAndValues: Set<X500AttributeTypeAndValue>)
constructor(singleItem: X500AttributeTypeAndValue)

Properties