AlternativeNameImpl

Alternative Name

Constructors

this
this(string email_addr, string uri, string dns, string ip)
Undocumented in source.

Members

Functions

addAttribute
void addAttribute(string type, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
addOthername
void addOthername(OID oid, string value, ASN1Tag type)
Undocumented in source. Be warned that the author may not have intended to support it.
contents
DictionaryListRef!(string, string) contents()
Undocumented in source. Be warned that the author may not have intended to support it.
decodeFrom
void decodeFrom(BERDecoder source)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInto
void encodeInto(DEREncoder der)
Undocumented in source. Be warned that the author may not have intended to support it.
getAttributes
const(DictionaryListRef!(string, string)) getAttributes()
Undocumented in source. Be warned that the author may not have intended to support it.
getOthernames
const(DictionaryListRef!(OID, ASN1String)) getOthernames()
Undocumented in source. Be warned that the author may not have intended to support it.
hasItems
bool hasItems()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ASN1Object

encodeInto
void encodeInto(DEREncoder to)

Encode whatever this object is into to

decodeFrom
void decodeFrom(BERDecoder from)

Decode whatever this object is from from

Meta