EdiParty

@Serializable
value class EdiParty(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