AlgorithmIdentifierImpl

Algorithm Identifier

Constructors

this
this()
Undocumented in source.
this
this(OID alg_id, EncodingOption option)
Undocumented in source.
this
this(string alg_id, EncodingOption option)
Undocumented in source.
this
this(OID alg_id, Vector!ubyte param)
Undocumented in source.
this
this(string alg_id, Vector!ubyte param)
Undocumented in source.
this
this(AlgorithmIdentifier other)
Undocumented in source.

Members

Aliases

EncodingOption
alias EncodingOption = bool
Undocumented in source.

Enums

USE_NULL_PARAM
anonymousenum USE_NULL_PARAM
Undocumented in source.

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.
opCmp
int opCmp(AlgorithmIdentifier a2)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(AlgorithmIdentifier a2)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

oid
const(OID) oid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
oid
OID oid [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
parameters
Vector!ubyte parameters [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parameters
Vector!ubyte parameters [@property setter]
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