public final class JsonWebKeySignatureAlgorithm extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<JsonWebKeySignatureAlgorithm> |
ALL_ALGORITHMS
All the JWK signature algorithms.
|
static JsonWebKeySignatureAlgorithm |
ES256
Static value ES256 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
ES256K
Static value ECDSA256 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
ES384
Static value ES384 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
ES512
Static value ES512 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
PS256
Static value PS256 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
PS384
Static value PS384 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
PS512
Static value PS512 for JsonWebKeySignatureAlgorithm.
|
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 PS256
public static final JsonWebKeySignatureAlgorithm PS384
public static final JsonWebKeySignatureAlgorithm PS512
public static final JsonWebKeySignatureAlgorithm RS256
public static final JsonWebKeySignatureAlgorithm RS384
public static final JsonWebKeySignatureAlgorithm RS512
public static final JsonWebKeySignatureAlgorithm RSNULL
public static final JsonWebKeySignatureAlgorithm ES256
public static final JsonWebKeySignatureAlgorithm ES384
public static final JsonWebKeySignatureAlgorithm ES512
public static final JsonWebKeySignatureAlgorithm ES256K
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.
*/