Location:
x509keys.h
Link against: x509.lib
class TASN1DecDSAKeyPair;
Class for decoding DSA key pairs from ASN.1 DER encoding.
Defined in TASN1DecDSAKeyPair
:
DecodeDERL()
IMPORT_C void DecodeDERL(const TDesC8 &aDER, TInt &aPos, CDSAPublicKey *&aPublicKey, CDSAPrivateKey *&aPrivateKey);
Decodes a DSA key pair from a buffer containing an ASN.1 DER-encoded private key.
The encoding of the private key contains public key components as well.
The DER encoding has the following format:
|