Uses of Class
org.wildfly.security.asn1.OidsUtil.Category
-
-
Uses of OidsUtil.Category in org.wildfly.security.asn1
Methods in org.wildfly.security.asn1 that return OidsUtil.Category Modifier and Type Method Description static OidsUtil.CategoryOidsUtil.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static OidsUtil.Category[]OidsUtil.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.asn1 with parameters of type OidsUtil.Category Modifier and Type Method Description static StringOidsUtil. attributeNameToOid(OidsUtil.Category category, String attributeName)Convert an X.500 attribute name (AVA keyword) to OIDstatic StringOidsUtil. oidToAttributeName(OidsUtil.Category category, String oid)Convert an X.500 attribute name (AVA keyword) to OID
-