First public contribution.
2 * Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
26 #if !defined(__ASN1CONS_H__)
27 #define __ASN1CONS_H__
31 const TInt KASN1ObjectMinLength = 2;
40 EApplicationSpecific=1,
49 typedef TUint TTagType; // This will limit us to dealing with tags up to 255, I have put in the infrastructure to deal with encoding longer lengths but we probably don't want to cart them around all the time.
63 EASN1ObjectIdentifier=6,
64 EASN1ObjectDescriptor=7,
71 EASN1NumericString=18,
72 EASN1PrintableString=19,
73 EASN1TeletexString=20,
74 EASN1VideotexString=21,
77 EASN1GeneralizedTime=24,
78 EASN1GraphicString=25,
79 EASN1VisibleString=26,
80 EASN1GeneralString=27,
81 EASN1UniversalString=28,