- Index
- »
- fan.crypto
- »
- SanType
SanType
@Serializable { simple=true }
const class SanType : Enum
SanType
Return the SanType instance for the specified name
List of SanType values indexed by ordinal
const static SanType : dirName
const static SanType : dnsName
const static SanType : ediPartyName
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.
static SanType? fromTagId(Int tagId, Bool checked := true)
const static SanType : ipAddr
const static SanType : otherName
const static SanType : registeredId
const static SanType : rfc822Name
const Int : tagId
const Str : text
const static SanType : uri
const static SanType[] : vals
List of SanType values indexed by ordinal
const static SanType : x400Addr