gnu.crypto.der

Interface DER

public interface DER

The set of tags for DER types.

Author: Casey Marshall (rsdio@metastatic.org)

Field Summary
intANY
intAPPLICATION
intBIT_STRING
intBMP_STRING
intBOOLEAN
intCONSTRUCTED
ObjectCONSTRUCTED_VALUE
intCONTEXT
intENUMERATED
intGENERALIZED_TIME
intGENERAL_STRING
intGRAPHIC_STRING
intIA5_STRING
intINTEGER
intISO646_STRING
intNULL
intNUMERIC_STRING
intOBJECT_IDENTIFIER
intOCTET_STRING
intPRINTABLE_STRING
intPRIVATE
intREAL
intRELATIVE_OID
intSEQUENCE
intSET
intT61_STRING
intUNIVERSAL
intUNIVERSAL_STRING
intUTC_TIME
intUTF8_STRING
intVIDEOTEX_STRING

Field Detail

ANY

public int ANY

APPLICATION

public int APPLICATION

BIT_STRING

public int BIT_STRING

BMP_STRING

public int BMP_STRING

BOOLEAN

public int BOOLEAN

CONSTRUCTED

public int CONSTRUCTED

CONSTRUCTED_VALUE

public Object CONSTRUCTED_VALUE

CONTEXT

public int CONTEXT

ENUMERATED

public int ENUMERATED

GENERALIZED_TIME

public int GENERALIZED_TIME

GENERAL_STRING

public int GENERAL_STRING

GRAPHIC_STRING

public int GRAPHIC_STRING

IA5_STRING

public int IA5_STRING

INTEGER

public int INTEGER

ISO646_STRING

public int ISO646_STRING

NULL

public int NULL

NUMERIC_STRING

public int NUMERIC_STRING

OBJECT_IDENTIFIER

public int OBJECT_IDENTIFIER

OCTET_STRING

public int OCTET_STRING

PRINTABLE_STRING

public int PRINTABLE_STRING

PRIVATE

public int PRIVATE

REAL

public int REAL

RELATIVE_OID

public int RELATIVE_OID

SEQUENCE

public int SEQUENCE

SET

public int SET

T61_STRING

public int T61_STRING

UNIVERSAL

public int UNIVERSAL

UNIVERSAL_STRING

public int UNIVERSAL_STRING

UTC_TIME

public int UTC_TIME

UTF8_STRING

public int UTF8_STRING

VIDEOTEX_STRING

public int VIDEOTEX_STRING
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.