org.metastatic.jessie.pki.der

Interface DER

Known Implementing Classes:
DERReader, DERValue, DERWriter

public interface DER

The set of tags for DER types.
Author:
Casey Marshall (rsdio@metastatic.org)

Field Summary

static int
ANY
static int
APPLICATION
static int
BIT_STRING
static int
BMP_STRING
static int
BOOLEAN
static int
CONSTRUCTED
static Object
CONSTRUCTED_VALUE
static int
CONTEXT
static int
ENUMERATED
static int
GENERALIZED_TIME
static int
GENERAL_STRING
static int
GRAPHIC_STRING
static int
IA5_STRING
static int
INTEGER
static int
ISO646_STRING
static int
NULL
static int
NUMERIC_STRING
static int
OBJECT_IDENTIFIER
static int
OCTET_STRING
static int
PRE_ENCODED
static int
PRINTABLE_STRING
static int
PRIVATE
static int
REAL
static int
RELATIVE_OID
static int
SEQUENCE
static int
SET
static int
T61_STRING
static int
UNIVERSAL
static int
UNIVERSAL_STRING
static int
UTC_TIME
static int
UTF8_STRING
static int
VIDEOTEX_STRING

Field Details

ANY

public static final int ANY
Field Value:
0

APPLICATION

public static final int APPLICATION
Field Value:
64

BIT_STRING

public static final int BIT_STRING
Field Value:
3

BMP_STRING

public static final int BMP_STRING
Field Value:
30

BOOLEAN

public static final int BOOLEAN
Field Value:
1

CONSTRUCTED

public static final int CONSTRUCTED
Field Value:
32

CONSTRUCTED_VALUE

public static final Object CONSTRUCTED_VALUE

CONTEXT

public static final int CONTEXT
Field Value:
128

ENUMERATED

public static final int ENUMERATED
Field Value:
10

GENERALIZED_TIME

public static final int GENERALIZED_TIME
Field Value:
24

GENERAL_STRING

public static final int GENERAL_STRING
Field Value:
27

GRAPHIC_STRING

public static final int GRAPHIC_STRING
Field Value:
25

IA5_STRING

public static final int IA5_STRING
Field Value:
22

INTEGER

public static final int INTEGER
Field Value:
2

ISO646_STRING

public static final int ISO646_STRING
Field Value:
26

NULL

public static final int NULL
Field Value:
5

NUMERIC_STRING

public static final int NUMERIC_STRING
Field Value:
18

OBJECT_IDENTIFIER

public static final int OBJECT_IDENTIFIER
Field Value:
6

OCTET_STRING

public static final int OCTET_STRING
Field Value:
4

PRE_ENCODED

public static final int PRE_ENCODED
Field Value:
-1

PRINTABLE_STRING

public static final int PRINTABLE_STRING
Field Value:
19

PRIVATE

public static final int PRIVATE
Field Value:
192

REAL

public static final int REAL
Field Value:
9

RELATIVE_OID

public static final int RELATIVE_OID
Field Value:
13

SEQUENCE

public static final int SEQUENCE
Field Value:
16

SET

public static final int SET
Field Value:
17

T61_STRING

public static final int T61_STRING
Field Value:
20

UNIVERSAL

public static final int UNIVERSAL
Field Value:
0

UNIVERSAL_STRING

public static final int UNIVERSAL_STRING
Field Value:
28

UTC_TIME

public static final int UTC_TIME
Field Value:
23

UTF8_STRING

public static final int UTF8_STRING
Field Value:
12

VIDEOTEX_STRING

public static final int VIDEOTEX_STRING
Field Value:
21