ch.panter.li.bi.asn.model
Class AsnTypes

java.lang.Object
  extended by ch.panter.li.bi.asn.model.AsnTypes

public final class AsnTypes
extends Object


Field Summary
static AsnType BIT_STRING
           
static AsnType BMPSTRING
           
static AsnType BOOLEAN
           
static AsnType CHARACTER_STRING
           
static AsnType CHOICE
           
static AsnType EMBEDDED_PDV
           
static AsnType END_OF_INDEFINITE_LENGTH_CONTENT
           
static AsnType ENUMERATED
           
static AsnType EXTERNAL
           
static AsnType GENERAL_STRING
           
static AsnType GENERALIZED_TIME
           
static AsnType GRAPHIC_STRING
           
static AsnType IA5STRING
           
static AsnType INTEGER
           
static AsnType NULL
           
static AsnType NUMERIC_STRING
           
static AsnType OBJECT_DESCRIPTOR
           
static AsnType OBJECT_IDENTIFIER
           
static AsnType OCTET_STRING
           
static AsnType PRINTABLE_STRING
           
static AsnType REAL
           
static AsnType RELATIVE_OID
           
static AsnType SEQUENCE
           
static AsnType SEQUENCE_OF
           
static AsnType SET
           
static AsnType SET_OF
           
static AsnType TELETEX_STRING
           
static AsnType UNIVERSAL_STRING
           
static AsnType UNIVERSAL_TIME
           
static AsnType UTF8STRING
           
static AsnType VIDEOTEX_STRING
           
static AsnType VISIBLE_STRING
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END_OF_INDEFINITE_LENGTH_CONTENT

public static final AsnType END_OF_INDEFINITE_LENGTH_CONTENT

BOOLEAN

public static final AsnType BOOLEAN

INTEGER

public static final AsnType INTEGER

BIT_STRING

public static final AsnType BIT_STRING

OCTET_STRING

public static final AsnType OCTET_STRING

NULL

public static final AsnType NULL

OBJECT_IDENTIFIER

public static final AsnType OBJECT_IDENTIFIER

OBJECT_DESCRIPTOR

public static final AsnType OBJECT_DESCRIPTOR

EXTERNAL

public static final AsnType EXTERNAL

REAL

public static final AsnType REAL

ENUMERATED

public static final AsnType ENUMERATED

EMBEDDED_PDV

public static final AsnType EMBEDDED_PDV

UTF8STRING

public static final AsnType UTF8STRING

RELATIVE_OID

public static final AsnType RELATIVE_OID

CHOICE

public static final AsnType CHOICE

SEQUENCE

public static final AsnType SEQUENCE

SEQUENCE_OF

public static final AsnType SEQUENCE_OF

SET

public static final AsnType SET

SET_OF

public static final AsnType SET_OF

NUMERIC_STRING

public static final AsnType NUMERIC_STRING

PRINTABLE_STRING

public static final AsnType PRINTABLE_STRING

TELETEX_STRING

public static final AsnType TELETEX_STRING

VIDEOTEX_STRING

public static final AsnType VIDEOTEX_STRING

IA5STRING

public static final AsnType IA5STRING

UNIVERSAL_TIME

public static final AsnType UNIVERSAL_TIME

GENERALIZED_TIME

public static final AsnType GENERALIZED_TIME

GRAPHIC_STRING

public static final AsnType GRAPHIC_STRING

VISIBLE_STRING

public static final AsnType VISIBLE_STRING

GENERAL_STRING

public static final AsnType GENERAL_STRING

UNIVERSAL_STRING

public static final AsnType UNIVERSAL_STRING

CHARACTER_STRING

public static final AsnType CHARACTER_STRING

BMPSTRING

public static final AsnType BMPSTRING


Copyright 2007-2007 SourceForge. All Rights Reserved.