Update contrib.
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
21 EXPORT_C CRSAPKCS1v15Encryptor* CRSAPKCS1v15Encryptor::NewL(
22 const CRSAPublicKey& aKey)
24 return CRSAPKCS1v15EncryptorShim::NewL(aKey);
27 EXPORT_C CRSAPKCS1v15Encryptor* CRSAPKCS1v15Encryptor::NewLC(
28 const CRSAPublicKey& aKey)
30 return CRSAPKCS1v15EncryptorShim::NewLC(aKey);
33 CRSAPKCS1v15Encryptor::CRSAPKCS1v15Encryptor(const CRSAPublicKey& aKey)
38 CRSAPKCS1v15Encryptor::~CRSAPKCS1v15Encryptor(void)
42 // All these methods have been replaced by the shim
43 #ifdef _BullseyeCoverage
44 #pragma suppress_warnings on
45 #pragma BullseyeCoverage off
46 #pragma suppress_warnings off
48 TInt CRSAPKCS1v15Encryptor::MaxInputLength(void) const
50 // Method replaced by shim
55 TInt CRSAPKCS1v15Encryptor::MaxOutputLength() const
57 // Method replaced by shim
62 void CRSAPKCS1v15Encryptor::EncryptL(const TDesC8& /*aInput*/, TDes8& /*aOutput*/) const
64 // Method replaced by shim
68 void CRSAPKCS1v15Encryptor::ConstructL(void)
70 // Method replaced by shim