Package | Description |
---|---|
org.forgerock.json.jose.jwk |
Classes and interfaces for creating and manipulating JWKs.
|
Modifier and Type | Method and Description |
---|---|
KeyType |
JWK.getKeyType()
Gets the kty parameter of the JWK.
|
static KeyType |
KeyType.getKeyType(String keyType)
Get the KeyType given a string.
|
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.
|
Constructor and Description |
---|
JWK(KeyType kty,
KeyUse use,
String alg,
String kid)
Creates a JWK given the basic parameters.
|
JWK(KeyType kty,
KeyUse use,
String alg,
String kid,
String x5u,
String x5t,
List<Base64> x5c)
Creates a JWK given the basic parameters.
|
Copyright 2011-2015 ForgeRock AS.