X400Address

@Serializable
value class X400Address(val elements: List<Asn1Element>) : X509GeneralName(source)

Trying to parse a structurally malformed input will fail.

Constructors

Link copied to clipboard
constructor(elements: List<Asn1Element>)
constructor(value: Asn1Sequence)

Convenience constructor

Properties

Link copied to clipboard