public interface ASN1
| Modifier and Type | Field and Description | 
|---|---|
static int | 
APPLICATION
The ASN.1 application tag class. 
 | 
static int | 
BIT_STRING
The universal class tag for the ASN.1 bitstring type. 
 | 
static int | 
BMP_STRING  | 
static int | 
BOOLEAN
The universal class tag for the ASN.1 boolean type. 
 | 
static int | 
CONSTRUCTED  | 
static int | 
CONSTRUCTED_DEFINITE
The ASN.1 constructed, definite-length encoding method. 
 | 
static int | 
CONSTRUCTED_INDEFINITE
The ASN.1 constructed, indefinite-length encoding method. 
 | 
static int | 
CONTEXT_SPECIFIC
The ASN.1 context-specific tag class. 
 | 
static int | 
END_OF_CONTENTS  | 
static int | 
ENUMERATED
The universal class tag for the ASN.1 enumerated type. 
 | 
static int | 
EXTERNAL
The universal class tag for the ASN.1 external type. 
 | 
static int | 
GENERAL_STRING  | 
static int | 
GENERALIZED_TIME
The universal class tag for the ASN.1 generalized time type. 
 | 
static int | 
GRAPHIC_STRING  | 
static int | 
IA5STRING  | 
static int | 
INTEGER
The universal class tag for the ASN.1 integer type. 
 | 
static int | 
ISO646_STRING  | 
static int | 
NULL
The universal class tag for the ASN.1 null type. 
 | 
static int | 
NUMERIC_STRING  | 
static int | 
OBJECT_DESCRIPTOR
The universal class tag for the ASN.1 object descriptor type. 
 | 
static int | 
OBJECT_IDENTIFIER
The universal class tag for the ASN.1 object identifier type. 
 | 
static int | 
OCTET_STRING
The universal class tag for the ASN.1 octetstring type. 
 | 
static int | 
PRIMITIVE
The ASN.1 primitive encoding method. 
 | 
static int | 
PRINTABLE_STRING  | 
static int | 
PRIVATE
The ASN.1 private tag class. 
 | 
static int | 
REAL
The universal class tag for the ASN.1 real type. 
 | 
static int | 
SEQUENCE
The universal class tag for the ASN.1 sequence and sequence-of types. 
 | 
static int | 
SET
The universal class tag for the ASN.1 set and set-of types. 
 | 
static int | 
T61STRING  | 
static int | 
TAG  | 
static int | 
TAG_CLASS  | 
static int | 
TELETEX_STRING  | 
static int | 
UNIVERSAL
The ASN.1 universal tag class. 
 | 
static int | 
UNIVERSAL_STRING  | 
static int | 
UTCTIME
The universal class tag for the ASN.1 universal time type. 
 | 
static int | 
UTF8_STRING  | 
static int | 
VIDEOTEX_STRING  | 
static int | 
VISIBLE_STRING  | 
static final int TAG_CLASS
static final int CONSTRUCTED
static final int TAG
static final int UNIVERSAL
static final int APPLICATION
static final int CONTEXT_SPECIFIC
static final int PRIVATE
static final int END_OF_CONTENTS
static final int BOOLEAN
static final int INTEGER
static final int BIT_STRING
static final int OCTET_STRING
static final int NULL
static final int OBJECT_IDENTIFIER
static final int OBJECT_DESCRIPTOR
static final int EXTERNAL
static final int REAL
static final int ENUMERATED
static final int SEQUENCE
static final int SET
static final int NUMERIC_STRING
static final int PRINTABLE_STRING
static final int TELETEX_STRING
static final int T61STRING
static final int VIDEOTEX_STRING
static final int IA5STRING
static final int UTCTIME
static final int GENERALIZED_TIME
static final int GRAPHIC_STRING
static final int VISIBLE_STRING
static final int ISO646_STRING
static final int GENERAL_STRING
static final int UNIVERSAL_STRING
static final int BMP_STRING
static final int UTF8_STRING
static final int PRIMITIVE
static final int CONSTRUCTED_DEFINITE
static final int CONSTRUCTED_INDEFINITE