Package aQute.libg.asn1
Interface Types
-
-
Field Summary
Fields Modifier and Type Field Description static int
APPLICATION
static int
BIT_STRING
static int
BMP_STRING
static int
BOOLEAN
static int
CHARACTER_STRING
static java.lang.String[]
CLASSES
static int
CLASSMASK
static int
CONSTRUCTED
static int
CONTEXT
static int
EMBEDDED_PDV
static int
ENUMERATED
static int
EOC
static int
EXTERNAL
static int
GENERAL_STRING
static int
GENERALIZED_TIME
static int
GRAPHIC_STRING
static int
IA5STRING
static int
INTEGER
static int
NULL
static int
NUMERIC_STRING
static int
OBJECT_DESCRIPTOR
static int
OBJECT_IDENTIFIER
static int
OCTET_STRING
static int
PRINTABLE_STRING
static int
PRIVATE
static int
REAL
static int
RELATIVE_OID
static int
SEQUENCE
static int
SET
static int
T61_STRING
static int
TAGMASK
static java.lang.String[]
TAGS
static int
UNIVERSAL
static int
UNIVERSAL_STRING
static int
UTCTIME
static int
UTF8_STRING
static int
VIDEOTEX_STRING
static int
VISIBLE_STRING
-
-
-
Field Detail
-
UNIVERSAL
static final int UNIVERSAL
- See Also:
- Constant Field Values
-
APPLICATION
static final int APPLICATION
- See Also:
- Constant Field Values
-
CONTEXT
static final int CONTEXT
- See Also:
- Constant Field Values
-
PRIVATE
static final int PRIVATE
- See Also:
- Constant Field Values
-
CLASSMASK
static final int CLASSMASK
- See Also:
- Constant Field Values
-
CONSTRUCTED
static final int CONSTRUCTED
- See Also:
- Constant Field Values
-
TAGMASK
static final int TAGMASK
- See Also:
- Constant Field Values
-
CLASSES
static final java.lang.String[] CLASSES
-
EOC
static final int EOC
- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
-
BIT_STRING
static final int BIT_STRING
- See Also:
- Constant Field Values
-
OCTET_STRING
static final int OCTET_STRING
- See Also:
- Constant Field Values
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
OBJECT_IDENTIFIER
static final int OBJECT_IDENTIFIER
- See Also:
- Constant Field Values
-
OBJECT_DESCRIPTOR
static final int OBJECT_DESCRIPTOR
- See Also:
- Constant Field Values
-
EXTERNAL
static final int EXTERNAL
- See Also:
- Constant Field Values
-
REAL
static final int REAL
- See Also:
- Constant Field Values
-
ENUMERATED
static final int ENUMERATED
- See Also:
- Constant Field Values
-
EMBEDDED_PDV
static final int EMBEDDED_PDV
- See Also:
- Constant Field Values
-
UTF8_STRING
static final int UTF8_STRING
- See Also:
- Constant Field Values
-
RELATIVE_OID
static final int RELATIVE_OID
- See Also:
- Constant Field Values
-
SEQUENCE
static final int SEQUENCE
- See Also:
- Constant Field Values
-
SET
static final int SET
- See Also:
- Constant Field Values
-
NUMERIC_STRING
static final int NUMERIC_STRING
- See Also:
- Constant Field Values
-
PRINTABLE_STRING
static final int PRINTABLE_STRING
- See Also:
- Constant Field Values
-
T61_STRING
static final int T61_STRING
- See Also:
- Constant Field Values
-
VIDEOTEX_STRING
static final int VIDEOTEX_STRING
- See Also:
- Constant Field Values
-
IA5STRING
static final int IA5STRING
- See Also:
- Constant Field Values
-
UTCTIME
static final int UTCTIME
- See Also:
- Constant Field Values
-
GENERALIZED_TIME
static final int GENERALIZED_TIME
- See Also:
- Constant Field Values
-
GRAPHIC_STRING
static final int GRAPHIC_STRING
- See Also:
- Constant Field Values
-
VISIBLE_STRING
static final int VISIBLE_STRING
- See Also:
- Constant Field Values
-
GENERAL_STRING
static final int GENERAL_STRING
- See Also:
- Constant Field Values
-
UNIVERSAL_STRING
static final int UNIVERSAL_STRING
- See Also:
- Constant Field Values
-
CHARACTER_STRING
static final int CHARACTER_STRING
- See Also:
- Constant Field Values
-
BMP_STRING
static final int BMP_STRING
- See Also:
- Constant Field Values
-
TAGS
static final java.lang.String[] TAGS
-
-