| Package | Description |
|---|---|
| org.apache.cxf.rs.security.jose.jwk |
| Modifier and Type | Method and Description |
|---|---|
KeyType |
JsonWebKey.getKeyType() |
static KeyType |
KeyType.getKeyType(String type) |
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<KeyType,List<JsonWebKey>> |
JsonWebKeys.getKeyTypeMap() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
JwkUtils.getRequiredFields(KeyType keyType) |
void |
JsonWebKey.setKeyType(KeyType keyType) |
Apache CXF