vpnengine/pkiservice/inc/pkiwrapper.h
branchRCL_3
changeset 41 e06095241a65
parent 40 473321461bba
child 49 5960d2d03390
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
     1 /*
     1 /*
     2 * Copyright (c) 2003-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2003-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 "Eclipse Public License v1.0"
     5 * under the terms of "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".
    45         TInt GetRequiredBufferSizeL(const RMessage2& aMessage);
    45         TInt GetRequiredBufferSizeL(const RMessage2& aMessage);
    46         void CompleteRequestAndCleanupL();
    46         void CompleteRequestAndCleanupL();
    47 
    47 
    48         void InitializeL(const RMessage2& aMessage);        
    48         void InitializeL(const RMessage2& aMessage);        
    49         void SetTrusted(TBool aValue);
    49         void SetTrusted(TBool aValue);
    50         void SetApplications(const RArray<TUid>& aApplUids);
    50         void SetApplicationsL(const RArray<TUid>& aApplUids);
    51                 
    51                 
    52         void SetCertStoreType(TPkiServiceStoreType aStoreType);
    52         void SetCertStoreType(TPkiServiceStoreType aStoreType);
    53                
    53                
    54         TPkiServiceStoreType CertStoreType() const;               
    54         TPkiServiceStoreType CertStoreType() const;               
    55         
    55