CertIDImpl

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(X509Certificate issuer, X509Certificate subject)
Undocumented in source.

Members

Functions

decodeFrom
void decodeFrom(BERDecoder from)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeInto
void encodeInto(DEREncoder to)
Undocumented in source. Be warned that the author may not have intended to support it.
extractKeyBitstr
Vector!ubyte extractKeyBitstr(X509Certificate cert)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdFor
bool isIdFor(X509Certificate issuer, X509Certificate subject)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_hash_id
AlgorithmIdentifier m_hash_id;
Undocumented in source.
m_issuer_dn_hash
Vector!ubyte m_issuer_dn_hash;
Undocumented in source.
m_issuer_key_hash
Vector!ubyte m_issuer_key_hash;
Undocumented in source.
m_subject_serial
BigInt m_subject_serial;
Undocumented in source.

Meta