PolicyInformationImpl

Undocumented in source.
final
static if(BOTAN_HAS_X509_CERTIFICATES)
class PolicyInformationImpl : ASN1Object {}

Constructors

this
this()
Undocumented in source.
this
this(OID oid_)
Undocumented in source.

Members

Functions

decodeFrom
void decodeFrom(BERDecoder codec)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInto
void encodeInto(DEREncoder codec)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

oid
OID oid;
Undocumented in source.

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