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.
22 /* CRSAPKCS1v15Decryptor */
24 EXPORT_C CRSAPKCS1v15Decryptor* CRSAPKCS1v15Decryptor::NewL(
25 const CRSAPrivateKey& aKey)
27 return CRSAPKCS1v15DecryptorShim::NewL(aKey);
30 EXPORT_C CRSAPKCS1v15Decryptor* CRSAPKCS1v15Decryptor::NewLC(
31 const CRSAPrivateKey& aKey)
33 return CRSAPKCS1v15DecryptorShim::NewLC(aKey);
36 CRSAPKCS1v15Decryptor::CRSAPKCS1v15Decryptor(const CRSAPrivateKey& aKey)
41 CRSAPKCS1v15Decryptor::~CRSAPKCS1v15Decryptor(void)
45 // All these methods have been replaced by the shim
46 #ifdef _BullseyeCoverage
47 #pragma suppress_warnings on
48 #pragma BullseyeCoverage off
49 #pragma suppress_warnings off
51 TInt CRSAPKCS1v15Decryptor::MaxInputLength(void) const
53 // Method replaced by shim
58 TInt CRSAPKCS1v15Decryptor::MaxOutputLength(void) const
60 // Method replaced by shim
65 void CRSAPKCS1v15Decryptor::DecryptL(const TDesC8& /*aInput*/, TDes8& /*aOutput*/) const
67 // Method replaced by shim
71 void CRSAPKCS1v15Decryptor::ConstructL(void)
73 // Method replaced by shim