CEncryptor Class Reference
class CEncryptor : public CBase
|
Abstract base class for all public key encryptors.
Constructor & Destructor Documentation
CEncryptor(void)
IMPORT_C
|
CEncryptor
|
(
|
void
|
|
)
|
[protected]
|
CEncryptor(const CEncryptor &)
Member Functions Documentation
EncryptL(const TDesC8 &, TDes8 &)
void
|
EncryptL
|
(
|
const
TDesC8
&
|
aInput,
|
|
TDes8
&
|
aOutput
|
|
)
|
const [pure virtual]
|
Encrypts the specified plaintext into ciphertext.
-
panic
-
KCryptoPanic If the input data is too long. See ECryptoPanicInputTooLarge
-
panic
-
KCryptoPanic If the supplied output descriptor is not large enough to store the result. See ECryptoPanicOutputDescriptorOverflow
Parameters
const
TDesC8
& aInput
|
The plaintext
|
TDes8
& aOutput
|
On return, the ciphertext
|
operator=(const CEncryptor &)
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.