omadrm/drmengine/roapstorage/inc/oids.h
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // Define OIDs we use in OCSP - comment out the ones we don't use
       
    20 
       
    21 #ifndef __OCSP_ROAP_OIDS_H__
       
    22 #define __OCSP_ROAP_OIDS_H__
       
    23 
       
    24 // OCSP OIDs
       
    25 
       
    26 _LIT(KOCSPOidBasic,				"1.3.6.1.5.5.7.48.1.1");
       
    27 _LIT(KOCSPOidNonce,				"1.3.6.1.5.5.7.48.1.2");
       
    28 //_LIT(KOCSPOidCrl,				"1.3.6.1.5.5.7.48.1.3");
       
    29 _LIT(KOCSPOidResponse,			"1.3.6.1.5.5.7.48.1.4");
       
    30 _LIT(KOCSPOidNoCheck,			"1.3.6.1.5.5.7.48.1.5");
       
    31 _LIT(KOCSPOidArchiveCutoff,		"1.3.6.1.5.5.7.48.1.6");
       
    32 _LIT(KOCSPOidServiceLocator,	"1.3.6.1.5.5.7.48.1.7");
       
    33 
       
    34 const TUint KOCSPMaxOidEncodingLength = 20;
       
    35 
       
    36 #endif // __OCSP_ROAP_OIDS_H__
       
    37 
       
    38 
       
    39