vpnengine/pkiservice/inc/mapdescriptor.h
branchRCL_3
changeset 49 5960d2d03390
parent 41 e06095241a65
equal deleted inserted replaced
46:29c8f9bc68e1 49:5960d2d03390
     1 /*
     1 /*
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2009 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".
    57                       const TBool aInfoOnly, 
    57                       const TBool aInfoOnly, 
    58                       TPkiServiceStoreType aCertStoreType) const;                  
    58                       TPkiServiceStoreType aCertStoreType) const;                  
    59     TBool IsEqual(CMapDescriptor &aDesc);       
    59     TBool IsEqual(CMapDescriptor &aDesc);       
    60     void SetMapDeletable(TBool aDeletable);
    60     void SetMapDeletable(TBool aDeletable);
    61     void SetMapTrusted(const TBool &aTrusted);
    61     void SetMapTrusted(const TBool &aTrusted);
    62     void SetMapApplicationsL(const RArray<TUid> &aApplications);
    62     void SetMapApplications(const RArray<TUid> &aApplications);
    63     
    63     
    64     TPtrC Label() const;
    64     TPtrC Label() const;
    65     const TPKIKeyIdentifier& CertificateKeyId() const;
    65     const TPKIKeyIdentifier& CertificateKeyId() const;
    66     TPKICertificateOwnerType OwnerType() const;
    66     TPKICertificateOwnerType OwnerType() const;
    67     TUint KeySize() const;
    67     TUint KeySize() const;