Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static JsonWebKey.Use |
JsonWebKey.Use.create(String key) |
JsonWebKey.Use |
JsonWebKey.getUse()
The intended use of the public key.
|
static JsonWebKey.Use |
JsonWebKey.Use.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonWebKey.Use[] |
JsonWebKey.Use.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonWebKey.Builder |
JsonWebKey.Builder.use(JsonWebKey.Use use)
The intended use of the public key.
|
Constructor and Description |
---|
JsonWebKey(String kid,
JsonWebKey.Kty kty,
JsonWebKey.Use use,
List<JsonWebKey.KeyOps> keyOps,
String alg,
String n,
String e)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.