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