Uses of Enum
org.ldaptive.asn1.UniversalDERTag
Packages that use UniversalDERTag
-
Uses of UniversalDERTag in org.ldaptive.asn1
Fields in org.ldaptive.asn1 with type parameters of type UniversalDERTagModifier and TypeFieldDescriptionprivate static final Map<String,UniversalDERTag> UniversalDERTag.TAGNAME_MAPMaps tag names to tags.private static final Map<Integer,UniversalDERTag> UniversalDERTag.TAGNO_MAPMaps tag numbers to tags.Methods in org.ldaptive.asn1 that return UniversalDERTagModifier and TypeMethodDescriptionstatic UniversalDERTagUniversalDERTag.fromTagName(String name) Looks up a universal tag from a tag name.static UniversalDERTagUniversalDERTag.fromTagNo(int number) Looks up a universal tag from a tag number.static UniversalDERTagReturns the enum constant of this type with the specified name.static UniversalDERTag[]UniversalDERTag.values()Returns an array containing the constants of this enum type, in the order they are declared.