public enum DerNodeType extends Enum<DerNodeType>
| Modifier and Type | Method and Description |
|---|---|
static DerNodeType |
fromNumericType(int type) |
int |
getNumericType() |
static DerNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DerNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DerNodeType Eoc
public static final DerNodeType Boolean
public static final DerNodeType Integer
public static final DerNodeType BitString
public static final DerNodeType OctetString
public static final DerNodeType Null
public static final DerNodeType ObjectIdentifier
public static final DerNodeType ObjectDescriptor
public static final DerNodeType External
public static final DerNodeType Real
public static final DerNodeType Enumerated
public static final DerNodeType EmbeddedPdv
public static final DerNodeType Utf8String
public static final DerNodeType RelativeOid
public static final DerNodeType Sequence
public static final DerNodeType Set
public static final DerNodeType NumericString
public static final DerNodeType PrintableString
public static final DerNodeType T61String
public static final DerNodeType VideoTexString
public static final DerNodeType Ia5String
public static final DerNodeType UtcTime
public static final DerNodeType GeneralizedTime
public static final DerNodeType GraphicString
public static final DerNodeType VisibleString
public static final DerNodeType GeneralString
public static final DerNodeType UniversalString
public static final DerNodeType CharacterString
public static final DerNodeType BmpString
public static DerNodeType[] values()
for (DerNodeType c : DerNodeType.values()) System.out.println(c);
public static DerNodeType 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 final int getNumericType()
public static DerNodeType fromNumericType(int type)
Copyright © 2015. All rights reserved.