public final class JsonWebKeySignatureAlgorithm extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<JsonWebKeySignatureAlgorithm> |
ALL_ALGORITHMS
All the JWK signature algorithms.
|
static JsonWebKeySignatureAlgorithm |
RS256
Static value RS256 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
RS384
Static value RS384 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
RS512
Static value RS512 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
RSNULL
Static value RSNULL for JsonWebKeySignatureAlgorithm.
|
| Constructor and Description |
|---|
JsonWebKeySignatureAlgorithm(String value)
Creates a custom value for JsonWebKeySignatureAlgorithm.
|
public static final JsonWebKeySignatureAlgorithm RS256
public static final JsonWebKeySignatureAlgorithm RS384
public static final JsonWebKeySignatureAlgorithm RS512
public static final JsonWebKeySignatureAlgorithm RSNULL
public static final List<JsonWebKeySignatureAlgorithm> ALL_ALGORITHMS
public JsonWebKeySignatureAlgorithm(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.
*/