class TASN1EncDSAPublicKey |
Class for encoding DSA public keys to ASN.1 encoding.
Public Member Functions | |
---|---|
IMPORT_C CASN1EncSequence * | EncodeDERL (const CDSAPublicKey &) |
IMPORT_C CASN1EncSequence * | EncodeParamsLC (const CDSAPublicKey &) |
IMPORT_C CASN1EncBitString * | EncodePublicValueLC (const CDSAPublicKey &) |
IMPORT_C CASN1EncSequence * | EncodeDERL | ( | const CDSAPublicKey & | aKey | ) | const |
Encodes the supplied public key into a buffer in DER format.
SEQUENCE-OF SEQUENCE-OF INTEGER p INTEGER q INTEGER g BIT STRING (encoded INTEGER public value)
const CDSAPublicKey & aKey | Key to encode. |
IMPORT_C CASN1EncSequence * | EncodeParamsLC | ( | const CDSAPublicKey & | aKey | ) | const |
Encodes DSA parameters into an ASN.1 encoding structure suitable for inclusion into other objects, like a PKCS#10 certificate request.
SEQUENCE-OF INTEGER p INTEGER q INTEGER g
const CDSAPublicKey & aKey | DSA public key. |
IMPORT_C CASN1EncBitString * | EncodePublicValueLC | ( | const CDSAPublicKey & | aKey | ) | const |
Encodes a public key as a bit string.
const CDSAPublicKey & aKey | DSA public key. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.