public static enum DERTaggedObject.TagClass extends Enum<DERTaggedObject.TagClass>
| Enum Constant and Description |
|---|
Application |
ContextSpecific |
Private |
Universal |
| Modifier and Type | Method and Description |
|---|---|
byte |
getEncoded() |
static DERTaggedObject.TagClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DERTaggedObject.TagClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DERTaggedObject.TagClass Universal
public static final DERTaggedObject.TagClass Application
public static final DERTaggedObject.TagClass ContextSpecific
public static final DERTaggedObject.TagClass Private
public static DERTaggedObject.TagClass[] values()
for (DERTaggedObject.TagClass c : DERTaggedObject.TagClass.values()) System.out.println(c);
public static DERTaggedObject.TagClass 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 byte getEncoded()
Copyright © 2022. All rights reserved.