CRSAPKCS1v15Encryptor Class Reference
class CRSAPKCS1v15Encryptor : public CEncryptor
|
Implementation of RSA encryption as described in PKCS#1 v1.5.
Constructor & Destructor Documentation
CRSAPKCS1v15Encryptor(const CRSAPublicKey &)
CRSAPKCS1v15Encryptor(const CRSAPKCS1v15Encryptor &)
~CRSAPKCS1v15Encryptor(void)
~CRSAPKCS1v15Encryptor
|
(
|
void
|
|
)
|
[virtual]
|
The destructor frees all resources owned by the object, prior to its destruction.
Member Functions Documentation
ConstructL(void)
void
|
ConstructL
|
(
|
void
|
|
)
|
[protected]
|
EncryptL(const TDesC8 &, TDes8 &)
void
|
EncryptL
|
(
|
const
TDesC8
&
|
aInput,
|
|
TDes8
&
|
aOutput
|
|
)
|
const [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
|
MaxInputLength(void)
TInt
|
MaxInputLength
|
(
|
void
|
|
)
|
const
|
MaxOutputLength(void)
TInt
|
MaxOutputLength
|
(
|
void
|
|
)
|
const
|
NewL(const CRSAPublicKey &)
Creates a new RSA encryptor object using PKCS#1 v1.5 padding.
-
leave
-
KErrKeyNotWeakEnough If the key size is larger than that allowed by the cipher strength restrictions of the crypto library. See
TCrypto::IsAsymmetricWeakEnoughL()
-
leave
-
KErrKeySize If the key length is too small
NewLC(const CRSAPublicKey &)
Creates a new RSA encryptor object using PKCS#1 v1.5 padding.
The returned pointer is put onto the cleanup stack.
-
leave
-
KErrKeyNotWeakEnough If the key size is larger than that allowed by the cipher strength restrictions of the crypto library. See
TCrypto::IsAsymmetricWeakEnoughL()
-
leave
-
KErrKeySize If the key length is too small
operator=(const CRSAPKCS1v15Encryptor &)
Member Data Documentation
CPaddingPKCS1Encryption * iPadding
The PKCS#1 v1.5 encryption padding
const CRSAPublicKey & iPublicKey
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.