| Modifier and Type | Field and Description |
|---|---|
static JsonWebKeyType |
JsonWebKeyType.EC
Static value EC for JsonWebKeyType.
|
static JsonWebKeyType |
JsonWebKeyType.EC_HSM
Static value EC-HSM for JsonWebKeyType.
|
static JsonWebKeyType |
JsonWebKeyType.OCT
Static value oct for JsonWebKeyType.
|
static JsonWebKeyType |
JsonWebKeyType.RSA
Static value RSA for JsonWebKeyType.
|
static JsonWebKeyType |
JsonWebKeyType.RSA_HSM
Static value RSA-HSM for JsonWebKeyType.
|
| Modifier and Type | Field and Description |
|---|---|
static List<JsonWebKeyType> |
JsonWebKeyType.ALL_TYPES
All the JWK key types.
|
| Modifier and Type | Method and Description |
|---|---|
JsonWebKeyType |
JsonWebKey.kty()
Get the kty value.
|
| Modifier and Type | Method and Description |
|---|---|
JsonWebKey |
JsonWebKey.withKty(JsonWebKeyType kty)
Set the key type value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/