cryptoservices/certificateandkeymgmt/tpkixcert/taction_build.h
branchRCL_3
changeset 58 a5e05e7296f9
parent 15 da2ae96f639b
equal deleted inserted replaced
53:b38692a04122 58:a5e05e7296f9
     1 /*
     1 /*
     2 * Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    67 
    67 
    68 private:
    68 private:
    69 	TBool AddCert(const TDesC& aBuf, const TDesC& aStart,
    69 	TBool AddCert(const TDesC& aBuf, const TDesC& aStart,
    70 		const TDesC& aEnd, TInt& aPos, CDesCArray& aCertsFileName, 
    70 		const TDesC& aEnd, TInt& aPos, CDesCArray& aCertsFileName, 
    71 		CDesCArray& aCertsLabel);
    71 		CDesCArray& aCertsLabel);
    72 	TBool AddAddCalls(const TDesC& aBuf, TInt& aPos);
    72 	TBool AddAddCallsL(const TDesC& aBuf, TInt& aPos);
    73 	TBool CompareChainsL(const CPKIXCertChain& aChain);
    73 	TBool CompareChainsL(const CPKIXCertChain& aChain);
    74 	TBool CompareCertL(const CX509Certificate& aCert, const TDesC& aFilename);
    74 	TBool CompareCertL(const CX509Certificate& aCert, const TDesC& aFilename);
    75 
    75 
    76 private:
    76 private:
    77 	enum TState
    77 	enum TState