|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpasn.misc.ASN1Constants
public final class ASN1Constants
This class defines ASN.1 tag classes, forms and types as well as other constants.
Field Summary | |
---|---|
static int |
APPLICATION
ASN.1 APPLICATION class |
static int |
BIT_STRING
|
static int |
BMP_STRING
|
static int |
BOOLEAN
|
static int |
CHARACTER_STRING
|
static int |
CHOICE
|
static int |
classMask
|
static int |
CONSTRUCTED
ASN.1 CONSTRUCTED form |
static int |
CONTEXT
ASN.1 CONTEXT class (default tagging class) |
static int |
EMBEDDED_PDV
|
static int |
ENUMERATED
|
static int |
EXTERNAL
|
static int |
formMask
|
static int |
GENERAL_STRING
|
static int |
GENERALIZED_TIME
|
static int |
GRAPHIC_STRING
|
static int |
IA5_STRING
|
static int |
INSTANCE_OF
|
static int |
INTEGER
|
static int |
longLengthMask
|
static int |
longLengthMaskNeg
|
static int |
longTagMask
|
static int |
NO_MAXIMUM_PRIMITIVE_SIZE
Indicates that ASN.1 types able to be encoded in CONSTRUCTED form are decomposed depending on their default component size |
static int |
NO_SIZE_LIMIT
Indicates that no size limit applies (usually for a non-constrained ASN.1 codec) |
static int |
NO_VALUE
Indicates that no value is currently associated with a variable (a constraint for example) |
static int |
NULL
|
static int |
NUMERIC_STRING
|
static int |
OBJECT_IDENTIFIER
|
static int |
ObjectDescriptor
|
static int |
OCTET_STRING
|
static int |
OpenType
ASN.1 OpenType (ANY) type |
static int |
PRIMITIVE
ASN.1 PRIMITIVE form |
static int |
PRINTABLE_STRING
|
static int |
PRIVATE
ASN.1 PRIVATE class |
static int |
REAL
|
static int |
RELATIVE_OID
|
static int |
SEQUENCE
|
static int |
SEQUENCE_OF
|
static int |
SET
|
static int |
SET_OF
|
static int |
tagMask
Used by ASN.1 codecs |
static int |
TELETEX_STRING
|
static int |
UNIVERSAL
ASN.1 UNIVERSAL class, reserved to ASN.1 types |
static int |
UNIVERSAL_STRING
|
static int |
UTC_TIME
|
static int |
UTF8_STRING
|
static int |
VIDEOTEX_STRING
|
static int |
VISIBLE_STRING
|
Constructor Summary | |
---|---|
ASN1Constants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NO_VALUE
Indicates that no value is currently associated with a variable (a constraint for example)
public static final int NO_SIZE_LIMIT
Indicates that no size limit applies (usually for a non-constrained ASN.1 codec)
public static final int NO_MAXIMUM_PRIMITIVE_SIZE
Indicates that ASN.1 types able to be encoded in CONSTRUCTED form are decomposed depending on their default component size
public static final int tagMask
Used by ASN.1 codecs
public static final int classMask
public static final int formMask
public static final int longTagMask
public static final int longLengthMask
public static final int longLengthMaskNeg
public static final int UNIVERSAL
ASN.1 UNIVERSAL class, reserved to ASN.1 types
public static final int APPLICATION
ASN.1 APPLICATION class
public static final int CONTEXT
ASN.1 CONTEXT class (default tagging class)
public static final int PRIVATE
ASN.1 PRIVATE class
public static final int PRIMITIVE
ASN.1 PRIMITIVE form
public static final int CONSTRUCTED
ASN.1 CONSTRUCTED form
public static final int OpenType
public static final int CHOICE
public static final int BOOLEAN
public static final int INTEGER
public static final int BIT_STRING
public static final int OCTET_STRING
public static final int NULL
public static final int OBJECT_IDENTIFIER
public static final int ObjectDescriptor
public static final int EXTERNAL
public static final int INSTANCE_OF
public static final int REAL
public static final int ENUMERATED
public static final int EMBEDDED_PDV
public static final int UTF8_STRING
public static final int RELATIVE_OID
public static final int SEQUENCE
public static final int SEQUENCE_OF
public static final int SET
public static final int SET_OF
public static final int NUMERIC_STRING
public static final int PRINTABLE_STRING
public static final int TELETEX_STRING
public static final int VIDEOTEX_STRING
public static final int IA5_STRING
public static final int UTC_TIME
public static final int GENERALIZED_TIME
public static final int GRAPHIC_STRING
public static final int VISIBLE_STRING
public static final int GENERAL_STRING
public static final int UNIVERSAL_STRING
public static final int CHARACTER_STRING
public static final int BMP_STRING
Constructor Detail |
---|
public ASN1Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |