cryptoservices/certificateandkeymgmt/tcertstore/t_filter.h
branchRCL_3
changeset 42 eb9b28acd381
parent 8 35751d3474b7
child 61 641f389e9157
equal deleted inserted replaced
41:9b5a3a9fddf8 42:eb9b28acd381
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-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".
    62 		TKeyUsageX509 ParseKeyUsageL(const TDesC8& keyUsage, const TDesC8& keyType);
    62 		TKeyUsageX509 ParseKeyUsageL(const TDesC8& keyUsage, const TDesC8& keyType);
    63 		// Sets the subjetkeyid filter.
    63 		// Sets the subjetkeyid filter.
    64 		void SetSubjectKeyIdFilter(const TDesC8& aSubjectKeyId);
    64 		void SetSubjectKeyIdFilter(const TDesC8& aSubjectKeyId);
    65 		// Sets the issuerkeyid which is synonymous to the authority key identifier.
    65 		// Sets the issuerkeyid which is synonymous to the authority key identifier.
    66 		void SetIssuerKeyIdFilter(const TDesC8& aIssuerKeyId);
    66 		void SetIssuerKeyIdFilter(const TDesC8& aIssuerKeyId);
    67 	
    67 		// Sets the subjetkeyid filter using the certificate.
       
    68 		void SetSubjectKeyIdFromCertFilterL(const TDesC8& aCertPath);
       
    69 				
    68 	private:
    70 	private:
    69 		static CCertAttributeFilter* iFilter;
    71 		static CCertAttributeFilter* iFilter;
    70 		Output& iOut;
    72 		Output& iOut;
    71 		
    73 		
    72 	};
    74 	};