Package com.microstrategy.utils
Interface ASN1Constants
-
public interface ASN1Constants
ASN.1 and some other constants holder interface- Since:
- MicroStrategy Web 9.0.1
- See Also:
- asn1 standards
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLASS_APPLICATION
static int
CLASS_CONTEXTSPECIFIC
static int
CLASS_PRIVATE
static int
CLASS_UNIVERSAL
Tag classesstatic int
PC_CONSTRUCTED
static int
PC_PRIMITIVE
Tag Primitive/Constructed (P/C) flagstatic int
TAG_ANY
Not from the ASN.1 specs.static int
TAG_BITSTRING
static int
TAG_BMPSTRING
static int
TAG_BOOLEAN
Universal class tag assignmentsstatic int
TAG_C_BITSTRING
static int
TAG_C_GENERALIZEDTIME
static int
TAG_C_OCTETSTRING
static int
TAG_C_SEQUENCE
static int
TAG_C_SEQUENCEOF
static int
TAG_C_SET
static int
TAG_C_SETOF
static int
TAG_C_UTCTIME
static int
TAG_C_UTF8STRING
static int
TAG_CHOICE
static int
TAG_EMBEDDEDPDV
static int
TAG_ENUM
static int
TAG_EXTERNAL
static int
TAG_GENERALIZEDTIME
static int
TAG_GENERALSTRING
static int
TAG_GRAPHICSTRING
static int
TAG_IA5STRING
static int
TAG_INSTANCEOF
static int
TAG_INTEGER
static int
TAG_ISO646STRING
static int
TAG_NULL
static int
TAG_NUMERICSTRING
static int
TAG_OBJDESCRIPTOR
static int
TAG_OCTETSTRING
static int
TAG_OID
static int
TAG_PRINTABLESTRING
static int
TAG_REAL
static int
TAG_RELATIVEOID
static int
TAG_SEQUENCE
static int
TAG_SEQUENCEOF
static int
TAG_SET
static int
TAG_SETOF
static int
TAG_T61STRING
static int
TAG_TELETEXSTRING
static int
TAG_UNIVERSALSTRING
static int
TAG_UTCTIME
static int
TAG_UTF8STRING
static int
TAG_VIDEOTEXSTRING
static int
TAG_VISIBLESTRING
-
-
-
Field Detail
-
CLASS_UNIVERSAL
static final int CLASS_UNIVERSAL
Tag classes- See Also:
- Constant Field Values
-
CLASS_APPLICATION
static final int CLASS_APPLICATION
- See Also:
- Constant Field Values
-
CLASS_CONTEXTSPECIFIC
static final int CLASS_CONTEXTSPECIFIC
- See Also:
- Constant Field Values
-
CLASS_PRIVATE
static final int CLASS_PRIVATE
- See Also:
- Constant Field Values
-
PC_PRIMITIVE
static final int PC_PRIMITIVE
Tag Primitive/Constructed (P/C) flag- See Also:
- Constant Field Values
-
PC_CONSTRUCTED
static final int PC_CONSTRUCTED
- See Also:
- Constant Field Values
-
TAG_BOOLEAN
static final int TAG_BOOLEAN
Universal class tag assignments- See Also:
- Constant Field Values
-
TAG_INTEGER
static final int TAG_INTEGER
- See Also:
- Constant Field Values
-
TAG_BITSTRING
static final int TAG_BITSTRING
- See Also:
- Constant Field Values
-
TAG_OCTETSTRING
static final int TAG_OCTETSTRING
- See Also:
- Constant Field Values
-
TAG_NULL
static final int TAG_NULL
- See Also:
- Constant Field Values
-
TAG_OID
static final int TAG_OID
- See Also:
- Constant Field Values
-
TAG_OBJDESCRIPTOR
static final int TAG_OBJDESCRIPTOR
- See Also:
- Constant Field Values
-
TAG_EXTERNAL
static final int TAG_EXTERNAL
- See Also:
- Constant Field Values
-
TAG_INSTANCEOF
static final int TAG_INSTANCEOF
- See Also:
- Constant Field Values
-
TAG_REAL
static final int TAG_REAL
- See Also:
- Constant Field Values
-
TAG_ENUM
static final int TAG_ENUM
- See Also:
- Constant Field Values
-
TAG_EMBEDDEDPDV
static final int TAG_EMBEDDEDPDV
- See Also:
- Constant Field Values
-
TAG_UTF8STRING
static final int TAG_UTF8STRING
- See Also:
- Constant Field Values
-
TAG_RELATIVEOID
static final int TAG_RELATIVEOID
- See Also:
- Constant Field Values
-
TAG_SEQUENCE
static final int TAG_SEQUENCE
- See Also:
- Constant Field Values
-
TAG_SEQUENCEOF
static final int TAG_SEQUENCEOF
- See Also:
- Constant Field Values
-
TAG_SET
static final int TAG_SET
- See Also:
- Constant Field Values
-
TAG_SETOF
static final int TAG_SETOF
- See Also:
- Constant Field Values
-
TAG_NUMERICSTRING
static final int TAG_NUMERICSTRING
- See Also:
- Constant Field Values
-
TAG_PRINTABLESTRING
static final int TAG_PRINTABLESTRING
- See Also:
- Constant Field Values
-
TAG_TELETEXSTRING
static final int TAG_TELETEXSTRING
- See Also:
- Constant Field Values
-
TAG_T61STRING
static final int TAG_T61STRING
- See Also:
- Constant Field Values
-
TAG_VIDEOTEXSTRING
static final int TAG_VIDEOTEXSTRING
- See Also:
- Constant Field Values
-
TAG_IA5STRING
static final int TAG_IA5STRING
- See Also:
- Constant Field Values
-
TAG_UTCTIME
static final int TAG_UTCTIME
- See Also:
- Constant Field Values
-
TAG_GENERALIZEDTIME
static final int TAG_GENERALIZEDTIME
- See Also:
- Constant Field Values
-
TAG_GRAPHICSTRING
static final int TAG_GRAPHICSTRING
- See Also:
- Constant Field Values
-
TAG_VISIBLESTRING
static final int TAG_VISIBLESTRING
- See Also:
- Constant Field Values
-
TAG_ISO646STRING
static final int TAG_ISO646STRING
- See Also:
- Constant Field Values
-
TAG_GENERALSTRING
static final int TAG_GENERALSTRING
- See Also:
- Constant Field Values
-
TAG_UNIVERSALSTRING
static final int TAG_UNIVERSALSTRING
- See Also:
- Constant Field Values
-
TAG_BMPSTRING
static final int TAG_BMPSTRING
- See Also:
- Constant Field Values
-
TAG_C_BITSTRING
static final int TAG_C_BITSTRING
- See Also:
- Constant Field Values
-
TAG_C_OCTETSTRING
static final int TAG_C_OCTETSTRING
- See Also:
- Constant Field Values
-
TAG_C_UTF8STRING
static final int TAG_C_UTF8STRING
- See Also:
- Constant Field Values
-
TAG_C_SEQUENCE
static final int TAG_C_SEQUENCE
- See Also:
- Constant Field Values
-
TAG_C_SEQUENCEOF
static final int TAG_C_SEQUENCEOF
- See Also:
- Constant Field Values
-
TAG_C_SET
static final int TAG_C_SET
- See Also:
- Constant Field Values
-
TAG_C_SETOF
static final int TAG_C_SETOF
- See Also:
- Constant Field Values
-
TAG_C_UTCTIME
static final int TAG_C_UTCTIME
- See Also:
- Constant Field Values
-
TAG_C_GENERALIZEDTIME
static final int TAG_C_GENERALIZEDTIME
- See Also:
- Constant Field Values
-
TAG_ANY
static final int TAG_ANY
Not from the ASN.1 specs. For implementation purposes.- See Also:
- Constant Field Values
-
TAG_CHOICE
static final int TAG_CHOICE
- See Also:
- Constant Field Values
-
-