Uses of Class
org.apache.asn1.ber.primitives.UniversalTag

Packages that use UniversalTag
org.apache.asn1.ber.primitives   
 

Uses of UniversalTag in org.apache.asn1.ber.primitives
 

Fields in org.apache.asn1.ber.primitives declared as UniversalTag
static UniversalTag UniversalTag.BOOLEAN
          enum for the tag
static UniversalTag UniversalTag.RESERVED0
          enum for the tag
static UniversalTag UniversalTag.INTEGER
          enum for the tag
static UniversalTag UniversalTag.BIT_STRING
          enum for the tag
static UniversalTag UniversalTag.OCTET_STRING
          enum for the tag
static UniversalTag UniversalTag.NULL
          enum for the tag
static UniversalTag UniversalTag.OBJECT_IDENTIFIER
          enum for the tag
static UniversalTag UniversalTag.OBJECT_DESCRIPTOR
          enum for the tag
static UniversalTag UniversalTag.EXTERNAL_INSTANCE_OF
          enum for the tag
static UniversalTag UniversalTag.REAL
          enum for the tag
static UniversalTag UniversalTag.ENUMERATED
          enum for the tag
static UniversalTag UniversalTag.EMBEDDED_PDV
          enum for the tag
static UniversalTag UniversalTag.UTF8_STRING
          enum for the tag
static UniversalTag UniversalTag.RELATIVE_OID
          enum for the tag
static UniversalTag UniversalTag.RESERVED14
          enum for the tag
static UniversalTag UniversalTag.RESERVED15
          enum for the tag
static UniversalTag UniversalTag.SEQUENCE_SEQUENCE_OF
          enum for the tag
static UniversalTag UniversalTag.SET_SET_OF
          enum for the tag
static UniversalTag UniversalTag.NUMERIC_STRING
          enum for the tag
static UniversalTag UniversalTag.PRINTABLE_STRING
          enum for the tag
static UniversalTag UniversalTag.TELETEX_STRING
          enum for the tag
static UniversalTag UniversalTag.VIDEOTEX_STRING
          enum for the tag
static UniversalTag UniversalTag.IA5_STRING
          enum for the tag
static UniversalTag UniversalTag.UTC_TIME
          enum for the tag
static UniversalTag UniversalTag.GENERALIZED_TIME
          enum for the tag
static UniversalTag UniversalTag.GRAPHIC_STRING
          enum for the tag
static UniversalTag UniversalTag.VISIBLE_STRING
          enum for the tag
static UniversalTag UniversalTag.GENERAL_STRING
          enum for the tag
static UniversalTag UniversalTag.UNIVERSAL_STRING
          enum for the tag
static UniversalTag UniversalTag.CHARACTER_STRING
          enum for the tag
static UniversalTag UniversalTag.BMP_STRING
          enum for the tag
static UniversalTag UniversalTag.RESERVED31
          enum for the tag
 

Methods in org.apache.asn1.ber.primitives that return UniversalTag
static UniversalTag UniversalTag.getUniversalTag(int value)
          Gets the ASN.1 UNIVERSAL type tag's enum using a tag value.
static UniversalTag UniversalTag.getUniversalTagById(int id)
          Gets the ASN.1 UNIVERSAL type tag's enum using a tag value.
 



Copyright © 2004-2006 . All Rights Reserved.