| Modifier and Type | Field and Description |
|---|---|
static JsonWebKeyEncryptionAlgorithm |
JsonWebKeyEncryptionAlgorithm.RSA_OAEP
Static value RSA-OAEP for JsonWebKeyEncryptionAlgorithm.
|
static JsonWebKeyEncryptionAlgorithm |
JsonWebKeyEncryptionAlgorithm.RSA_OAEP_256
Static value RSA-OAEP-256 for JsonWebKeyEncryptionAlgorithm.
|
static JsonWebKeyEncryptionAlgorithm |
JsonWebKeyEncryptionAlgorithm.RSA1_5
Static value RSA1_5 for JsonWebKeyEncryptionAlgorithm.
|
| Modifier and Type | Field and Description |
|---|---|
static List<JsonWebKeyEncryptionAlgorithm> |
JsonWebKeyEncryptionAlgorithm.ALL_ALGORITHMS
All the JWK encryption algorithms.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/