CDecryptor Class Reference
class CDecryptor : public CBase
|
Abstract base class for all public key decryptors.
Constructor & Destructor Documentation
CDecryptor(void)
IMPORT_C
|
CDecryptor
|
(
|
void
|
|
)
|
[protected]
|
CDecryptor(const CDecryptor &)
Member Functions Documentation
DecryptL(const TDesC8 &, TDes8 &)
void
|
DecryptL
|
(
|
const
TDesC8
&
|
aInput,
|
|
TDes8
&
|
aOutput
|
|
)
|
const [pure virtual]
|
Decrypts the specified ciphertext into plaintext
-
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 ciphertext to be decrypted
|
TDes8
& aOutput
|
On return, the plaintext
|
operator=(const CDecryptor &)
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.