Serializable, Comparable<DERTags>public enum DERTags extends Enum<DERTags>
| Modifier and Type | Method | Description |
|---|---|---|
int |
getTag() |
|
static DERTags |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DERTags[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DERTags BOOLEAN
public static final DERTags INTEGER
public static final DERTags BIT_STRING
public static final DERTags OCTET_STRING
public static final DERTags NULL
public static final DERTags OBJECT_IDENTIFIER
public static final DERTags EXTERNAL
public static final DERTags ENUMERATED
public static final DERTags SEQUENCE
public static final DERTags SEQUENCE_OF
public static final DERTags SET
public static final DERTags SET_OF
public static final DERTags NUMERIC_STRING
public static final DERTags PRINTABLE_STRING
public static final DERTags T61_STRING
public static final DERTags VIDEOTEX_STRING
public static final DERTags IA5_STRING
public static final DERTags UTC_TIME
public static final DERTags GENERALIZED_TIME
public static final DERTags GRAPHIC_STRING
public static final DERTags VISIBLE_STRING
public static final DERTags GENERAL_STRING
public static final DERTags UNIVERSAL_STRING
public static final DERTags BMP_STRING
public static final DERTags UTF8_STRING
public static final DERTags CONSTRUCTED
public static final DERTags APPLICATION
public static final DERTags TAGGED
public static DERTags[] values()
for (DERTags c : DERTags.values()) System.out.println(c);
public static DERTags valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getTag()
Copyright © 2018. All rights reserved.