Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static JsonWebKey.Kty |
JsonWebKey.Kty.create(String key) |
JsonWebKey.Kty |
JsonWebKey.getKty()
The key type.
|
static JsonWebKey.Kty |
JsonWebKey.Kty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonWebKey.Kty[] |
JsonWebKey.Kty.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.kty(JsonWebKey.Kty kty)
The key type.
|
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.