Package | Description |
---|---|
org.forgerock.json.jose.jwk |
Classes and interfaces for creating and manipulating JWKs.
|
Modifier and Type | Field and Description |
---|---|
protected Set<KeyOperation> |
JWK.Builder.keyOperations
The key operations, optional.
|
Modifier and Type | Method and Description |
---|---|
static KeyOperation |
KeyOperation.getKeyOperations(String name)
Get the KeyOperation.
|
static KeyOperation |
KeyOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyOperation[] |
KeyOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<KeyOperation> |
JWK.getKeyOperations()
Gets the key operations parameter of the JWK.
|
Modifier and Type | Method and Description |
---|---|
B |
JWK.Builder.keyOperations(Set<KeyOperation> keyOperations)
Set the key operations parameter of the JWK.
|
Constructor and Description |
---|
JWK(KeyType keyType,
KeyUse use,
Set<KeyOperation> keyOperations,
Algorithm algorithm,
String keyId,
String x509url,
String x509Thumbnail,
List<String> x509Chain)
Creates a JWK given the basic parameters.
|
Copyright 2010-2022 ForgeRock AS.