Dns

@Serializable
value class Dns : X509GeneralName(source)

Will be parsed leniently: Any valid ASN.1 String type will initially decode; validation is deferred to the getter of value.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
Link copied to clipboard

From Swift/Objective-C use the throwing value() accessor (exported as a static value(_:), since value classes are not bridged as Objective-C types).