Uses of Class
org.forgerock.opendj.io.Asn1Tag.Class
-
Packages that use Asn1Tag.Class Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality. -
-
Uses of Asn1Tag.Class in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return Asn1Tag.Class Modifier and Type Method Description Asn1Tag.Class
Asn1Tag. getClassName()
Returns this tag class name.static Asn1Tag.Class
Asn1Tag.Class. valueOf(String name)
Returns the enum constant of this type with the specified name.static Asn1Tag.Class[]
Asn1Tag.Class. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-