class MKeyEncryptor |
Key Encryptor Interface class
This class defines the interface for key encryptor which is used to encrypt the key when it is stored to the keystore and decrypt it back when the key is used or exported.
HBufC8 * | DecryptL | ( | TDesC8 & | aBuf | ) | [pure virtual] |
Decrypt the data in the given buffer
TDesC8 & aBuf | data to be decrypted |
HBufC8 * | EncryptL | ( | TDesC8 & | aBuf | ) | [pure virtual] |
Encrypt the data in the given buffer
TDesC8 & aBuf | data to be encrypted |
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.