Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static JsonWebKey.KeyOps |
JsonWebKey.KeyOps.create(String key) |
static JsonWebKey.KeyOps |
JsonWebKey.KeyOps.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonWebKey.KeyOps[] |
JsonWebKey.KeyOps.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<JsonWebKey.KeyOps> |
JsonWebKey.getKeyOps()
The operations for which this key is to be used.
|
Modifier and Type | Method and Description |
---|---|
JsonWebKey.Builder |
JsonWebKey.Builder.keyOps(List<JsonWebKey.KeyOps> keyOps)
The operations for which this key is to be used.
|
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.