org.bouncycastle.sasn1
public class BerTag extends Object
Deprecated: use corresponsding classes in org.bouncycastle.asn1.
| Field Summary | |
|---|---|
| static int | APPLICATION |
| static int | BIT_STRING |
| static int | BMP_STRING |
| static int | BOOLEAN |
| static int | CONSTRUCTED |
| static int | ENUMERATED |
| static int | EXTERNAL |
| static int | GENERALIZED_TIME |
| static int | GENERAL_STRING |
| static int | GRAPHIC_STRING |
| static int | IA5_STRING |
| static int | INTEGER |
| static int | NULL |
| static int | NUMERIC_STRING |
| static int | OBJECT_IDENTIFIER |
| static int | OCTET_STRING |
| static int | PRINTABLE_STRING |
| static int | SEQUENCE |
| static int | SEQUENCE_OF |
| static int | SET |
| static int | SET_OF |
| static int | T61_STRING |
| static int | TAGGED |
| static int | UNIVERSAL_STRING |
| static int | UTC_TIME |
| static int | UTF8_STRING |
| static int | VIDEOTEX_STRING |
| static int | VISIBLE_STRING |