public abstract class ASN1 extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static byte | APPLICATIONRelevant to a particular application. | 
| static byte | BITSTRINGA sequence of zero or more bits | 
| static byte | BOOLEANBasic data type representing TRUE or FALSE. | 
| static byte | CONSTRUCTORA constructed data object such as a set or sequence. | 
| static byte | CONTEXTAlso relevant to a particular application, but limited by context | 
| static byte | INTEGERPositive and negative whole numbers, including zero. | 
| static byte | NULLThe single value NULL. | 
| static byte | OBJECTIDThe set of values associated with information objects allocated by the
 standard. | 
| static byte | OCTETSTRINGA sequence of zero or more octets. | 
| static byte | PRIMITIVEA primitive data object. | 
| static byte | PRIVATEThese are types not covered by any standard but instead defined by users. | 
| static byte | SEQUENCEDefined by referencing a fixed, ordered list of types. | 
| static byte | SETDefined by referencing a fixed, unordered list of types, some of which
 may be declared optional. | 
| static byte | UNIVERSALGenerally 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
Copyright © 2019. All rights reserved.