FileDocCategorySizeDatePackage
ASN1Constants.javaAPI DocAndroid 1.5 API3036Wed May 06 22:41:06 BST 2009org.apache.harmony.security.asn1

ASN1Constants

public interface ASN1Constants
ASN.1 and some other constants holder interface
see
ASN.1

Fields Summary
int
CLASS_UNIVERSAL
Tag classes
int
CLASS_APPLICATION
int
CLASS_CONTEXTSPECIFIC
int
CLASS_PRIVATE
int
PC_PRIMITIVE
Tag Primitive/Constructed (P/C) flag
int
PC_CONSTRUCTED
int
TAG_BOOLEAN
Universal class tag assignments
int
TAG_INTEGER
int
TAG_BITSTRING
int
TAG_OCTETSTRING
int
TAG_NULL
int
TAG_OID
int
TAG_OBJDESCRIPTOR
int
TAG_EXTERNAL
int
TAG_INSTANCEOF
int
TAG_REAL
int
TAG_ENUM
int
TAG_EMBEDDEDPDV
int
TAG_UTF8STRING
int
TAG_RELATIVEOID
int
TAG_SEQUENCE
int
TAG_SEQUENCEOF
int
TAG_SET
int
TAG_SETOF
int
TAG_NUMERICSTRING
int
TAG_PRINTABLESTRING
int
TAG_TELETEXSTRING
int
TAG_T61STRING
int
TAG_VIDEOTEXSTRING
int
TAG_IA5STRING
int
TAG_UTCTIME
int
TAG_GENERALIZEDTIME
int
TAG_GRAPHICSTRING
int
TAG_VISIBLESTRING
int
TAG_ISO646STRING
int
TAG_GENERALSTRING
int
TAG_UNIVERSALSTRING
int
TAG_BMPSTRING
int
TAG_C_BITSTRING
int
TAG_C_OCTETSTRING
int
TAG_C_UTF8STRING
int
TAG_C_SEQUENCE
int
TAG_C_SEQUENCEOF
int
TAG_C_SET
int
TAG_C_SETOF
int
TAG_C_UTCTIME
int
TAG_C_GENERALIZEDTIME
int
TAG_ANY
Not from the ASN.1 specs. For implementation purposes.
int
TAG_CHOICE
Constructors Summary
Methods Summary