TASN1EncDSAPublicKey Class Reference
class TASN1EncDSAPublicKey |
Class for encoding DSA public keys to ASN.1 encoding.
Member Functions Documentation
EncodeDERL(const CDSAPublicKey &)
Encodes the supplied public key into a buffer in DER format.
Note that the encoding has the following format:
SEQUENCE-OF
SEQUENCE-OF
INTEGER p
INTEGER q
INTEGER g
BIT STRING (encoded INTEGER public value)
EncodeParamsLC(const CDSAPublicKey &)
Encodes DSA parameters into an ASN.1 encoding structure suitable for inclusion into other objects, like a PKCS#10 certificate request.
Note that the encoding has the following form:
SEQUENCE-OF
INTEGER p
INTEGER q
INTEGER g
EncodePublicValueLC(const CDSAPublicKey &)
Encodes a public key as a bit string.
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.