CryptoSpi::CKeyPair Class Reference
| class CryptoSpi::CKeyPair : public CBase |
The Asymmetric Key Pair Definition
Constructor & Destructor Documentation
Member Functions Documentation
ConstructL(CKey *, CKey *)
| void | ConstructL | ( | CKey * | , |
| | CKey * | |
| | ) | [private] |
NewL(CKey *, CKey *)
Create a CKeyPair instance from a public and private key. The CKeyPair takes ownership of both keys.
Parameters
| CKey * aPublicKey | The public key in the key pair. |
| CKey * aPrivateKey | The private key in the key pair. |
PrivateKey()
| IMPORT_C const CKey & | PrivateKey | ( | ) | const |
PublicKey()
| IMPORT_C const CKey & | PublicKey | ( | ) | const |
Member Data Documentation
CKey * iPrivateKey
|
CKey * | iPrivateKey | [private] |
The private key in the key pair
CKey * iPublicKey
|
CKey * | iPublicKey | [private] |
The public key in the key pair
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.