class

SanType

@Serializable { simple=true }
const class SanType : Enum

SanType

constructors fromStr

Return the SanType instance for the specified name

fields dirName

dnsName

ediPartyName

ipAddr

otherName

registeredId

rfc822Name

tagId

text

uri

vals

List of SanType values indexed by ordinal

x400Addr

methods fromTagId

dirName const static SanType : dirName

dnsName const static SanType : dnsName

ediPartyName const static SanType : ediPartyName

fromStr static new fromStr(Str name, Bool checked := true)

Return the SanType instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

fromTagId static SanType? fromTagId(Int tagId, Bool checked := true)

ipAddr const static SanType : ipAddr

otherName const static SanType : otherName

registeredId const static SanType : registeredId

rfc822Name const static SanType : rfc822Name

tagId const Int : tagId

text const Str : text

uri const static SanType : uri

vals const static SanType[] : vals

List of SanType values indexed by ordinal

x400Addr const static SanType : x400Addr

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT