| Package | Description |
|---|---|
| org.wildfly.security.asn1 |
AS1 constants and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static OidsUtil.Category |
OidsUtil.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.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
OidsUtil.attributeNameToOid(OidsUtil.Category category,
String attributeName)
Convert an X.500 attribute name (AVA keyword) to OID
|
static String |
OidsUtil.oidToAttributeName(OidsUtil.Category category,
String oid)
Convert an X.500 attribute name (AVA keyword) to OID
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.