Package | Description |
---|---|
org.ldaptive.asn1 |
Modifier and Type | Field and Description |
---|---|
private static Map<String,UniversalDERTag> |
UniversalDERTag.TAGNAME_MAP
Maps tag names to tags.
|
private static Map<Integer,UniversalDERTag> |
UniversalDERTag.TAGNO_MAP
Maps tag numbers to tags.
|
Modifier and Type | Method and Description |
---|---|
static UniversalDERTag |
UniversalDERTag.fromTagName(String name)
Looks up a universal tag from a tag name.
|
static UniversalDERTag |
UniversalDERTag.fromTagNo(int number)
Looks up a universal tag from a tag number.
|
static UniversalDERTag |
UniversalDERTag.valueOf(String name)
Returns 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.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.