Package org.apache.harmony.security.asn1
Interface ASN1Constants
- All Known Implementing Classes:
ASN1Any,ASN1BitString,ASN1BitString.ASN1NamedBitList,ASN1Boolean,ASN1Choice,ASN1Constructed,ASN1Enumerated,ASN1Explicit,ASN1GeneralizedTime,ASN1Implicit,ASN1Integer,ASN1OctetString,ASN1Oid,ASN1Primitive,ASN1Sequence,ASN1SequenceOf,ASN1Set,ASN1SetOf,ASN1StringType,ASN1Time,ASN1Type,ASN1TypeCollection,ASN1UTCTime,ASN1ValueCollection
public interface ASN1Constants
ASN.1 and some other constants holder interface
- See Also:
- ASN.1
-
Field Summary
Fields Modifier and Type Field Description static intCLASS_APPLICATIONstatic intCLASS_CONTEXTSPECIFICstatic intCLASS_PRIVATEstatic intCLASS_UNIVERSALTag classesstatic intPC_CONSTRUCTEDstatic intPC_PRIMITIVETag Primitive/Constructed (P/C) flagstatic intTAG_ANYNot from the ASN.1 specs.static intTAG_BITSTRINGstatic intTAG_BMPSTRINGstatic intTAG_BOOLEANUniversal class tag assignmentsstatic intTAG_C_BITSTRINGstatic intTAG_C_GENERALIZEDTIMEstatic intTAG_C_OCTETSTRINGstatic intTAG_C_SEQUENCEstatic intTAG_C_SEQUENCEOFstatic intTAG_C_SETstatic intTAG_C_SETOFstatic intTAG_C_UTCTIMEstatic intTAG_C_UTF8STRINGstatic intTAG_CHOICEstatic intTAG_EMBEDDEDPDVstatic intTAG_ENUMstatic intTAG_EXTERNALstatic intTAG_GENERALIZEDTIMEstatic intTAG_GENERALSTRINGstatic intTAG_GRAPHICSTRINGstatic intTAG_IA5STRINGstatic intTAG_INSTANCEOFstatic intTAG_INTEGERstatic intTAG_ISO646STRINGstatic intTAG_NULLstatic intTAG_NUMERICSTRINGstatic intTAG_OBJDESCRIPTORstatic intTAG_OCTETSTRINGstatic intTAG_OIDstatic intTAG_PRINTABLESTRINGstatic intTAG_REALstatic intTAG_RELATIVEOIDstatic intTAG_SEQUENCEstatic intTAG_SEQUENCEOFstatic intTAG_SETstatic intTAG_SETOFstatic intTAG_T61STRINGstatic intTAG_TELETEXSTRINGstatic intTAG_UNIVERSALSTRINGstatic intTAG_UTCTIMEstatic intTAG_UTF8STRINGstatic intTAG_VIDEOTEXSTRINGstatic intTAG_VISIBLESTRING
-
Field Details
-
CLASS_UNIVERSAL
static final int CLASS_UNIVERSALTag 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_PRIMITIVETag 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_BOOLEANUniversal 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_ANYNot 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
-