| Enum Constant and Description |
|---|
ANY |
BIT_STRING
Model binary data of arbitrary length
|
BMP_STRING |
BOOLEAN
Model logical, two-state variable values
|
CHARACTER_STRING
Models values that are strings of characters from a specified characterset
|
EMBEDDED_PDV |
ENUMERATED
Model values of variables with at least three states
|
EXTERNAL |
GENERAL_STRING
All registered C and G sets, space and delete
|
GENERALIZEDTIME |
GRAPHIC_STRING
All registered G sets, and space
|
IA5_STRING
International Alphabet 5 (International ASCII)
|
INTEGER
Model integer variable values
|
NULL
Indicate effective absence of a sequence element
|
NUMERIC_STRING
0,1,2,3,4,5,6,7,8,9, and space
|
OBJECT_DESCRIPTOR |
OBJECT_IDENTIFIER
Name information objects
|
OCTET_STRING
Model binary data whose length is a multiple of eight
|
PRINTABLE_STRING
Upper and lower case letters, digits, space, apostrophe,
left/right parenthesis, plus sign, comma, hyphen, full stop,
solidus, colon, equal sign, question mark
|
REAL
Model real variable values (floats)
|
RELATIVE_OID |
RESERVED |
SEQUENCE
SEQUENCE Models an ordered collection of variables of different type
SEQUENCE OF Models an ordered collection of variables of the same type
Both use the same constant 16
|
SET
SET Model an unordered collection of variables of different types
SET OF Model an unordered collection of variables of the same type
|
TELETEX_STRING
The Teletex character set in CCITT's T61, space, and delete.
|
TIME |
UNIVERSAL_STRING |
UTCTIME |
UTF8_STRING |
VIDEOTEX_STRING
The Videotex character set in CCITT's T.100 and T.101, space, and delete
|
VISIBLE_STRING
Printing character sets of international ASCII, and space.
|
| Modifier and Type | Method and Description |
|---|---|
static Asn1Type |
fromConstant(int value) |
byte |
getConstant() |
static Asn1Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Asn1Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Asn1Type ANY
public static final Asn1Type BOOLEAN
public static final Asn1Type INTEGER
public static final Asn1Type BIT_STRING
public static final Asn1Type OCTET_STRING
public static final Asn1Type NULL
public static final Asn1Type OBJECT_IDENTIFIER
public static final Asn1Type OBJECT_DESCRIPTOR
public static final Asn1Type EXTERNAL
public static final Asn1Type REAL
public static final Asn1Type ENUMERATED
public static final Asn1Type EMBEDDED_PDV
public static final Asn1Type UTF8_STRING
public static final Asn1Type RELATIVE_OID
public static final Asn1Type TIME
public static final Asn1Type RESERVED
public static final Asn1Type SEQUENCE
public static final Asn1Type SET
public static final Asn1Type NUMERIC_STRING
public static final Asn1Type PRINTABLE_STRING
public static final Asn1Type TELETEX_STRING
public static final Asn1Type VIDEOTEX_STRING
public static final Asn1Type IA5_STRING
public static final Asn1Type UTCTIME
public static final Asn1Type GENERALIZEDTIME
public static final Asn1Type GRAPHIC_STRING
public static final Asn1Type VISIBLE_STRING
public static final Asn1Type GENERAL_STRING
public static final Asn1Type UNIVERSAL_STRING
public static final Asn1Type CHARACTER_STRING
public static final Asn1Type BMP_STRING
public static Asn1Type[] values()
for (Asn1Type c : Asn1Type.values()) System.out.println(c);
public static Asn1Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte getConstant()
Copyright © 2014-2021 Tomitribe Corporation. All Rights Reserved.