public class ASN1
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte |
APPLICATION
Relevant to a particular application.
|
static byte |
BITSTRING
A sequence of zero or more bits
|
static byte |
BOOLEAN
Basic data type representing TRUE or FALSE.
|
static byte |
CONSTRUCTOR
A constructed data object such as a set or sequence.
|
static byte |
CONTEXT
Also relevant to a particular application, but limited
by context
|
static byte |
INTEGER
Positive and negative whole numbers, including zero.
|
static byte |
NULL
The single value NULL.
|
static byte |
OBJECTID
The set of values associated with information
objects allocated by the standard.
|
static byte |
OCTETSTRING
A sequence of zero or more octets.
|
static byte |
PRIMITIVE
A primitive data object.
|
static byte |
PRIVATE
These are types not covered by any standard but instead
defined by users.
|
static byte |
SEQUENCE
Defined by referencing a fixed, ordered list of types.
|
static byte |
SET
Defined by referencing a fixed, unordered list of types,
some of which may be declared optional.
|
static byte |
UNIVERSAL
Generally useful, application-independant types and
construction mechanisms.
|
Constructor and Description |
---|
ASN1() |
public static final byte BOOLEAN
public static final byte INTEGER
public static final byte BITSTRING
public static final byte OCTETSTRING
public static final byte NULL
public static final byte OBJECTID
public static final byte SEQUENCE
public static final byte SET
public static final byte UNIVERSAL
public static final byte APPLICATION
public static final byte CONTEXT
public static final byte PRIVATE
public static final byte PRIMITIVE
public static final byte CONSTRUCTOR
Generated by iurt on 2015.