Package | Description |
---|---|
org.apache.cxf.rs.security.jose.jwk |
Modifier and Type | Method and Description |
---|---|
PublicKeyUse |
JsonWebKey.getPublicKeyUse() |
static PublicKeyUse |
PublicKeyUse.getPublicKeyUse(String use) |
static PublicKeyUse |
PublicKeyUse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicKeyUse[] |
PublicKeyUse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JsonWebKey.setPublicKeyUse(PublicKeyUse use) |
Apache CXF