BERObject

BER Encoded Object

Members

Functions

assertIsA
void assertIsA(ASN1Tag type_tag, ASN1Tag class_tag)

Check a type invariant on BER data

clone
BERObject clone()
Undocumented in source. Be warned that the author may not have intended to support it.
move
BERObject move()
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(BERObject other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()

Convert a BER object into a string object

Properties

dup
BERObject dup [@property getter]
class_tag
ASN1Tag class_tag;
Undocumented in source.

Variables

type_tag
ASN1Tag type_tag;
Undocumented in source.
value
SecureVector!ubyte value;
Undocumented in source.

Meta