| Modifier and Type | Field and Description |
|---|---|
static JsonWebKeySignatureAlgorithm |
JsonWebKeySignatureAlgorithm.RS256
Static value RS256 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
JsonWebKeySignatureAlgorithm.RS384
Static value RS384 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
JsonWebKeySignatureAlgorithm.RS512
Static value RS512 for JsonWebKeySignatureAlgorithm.
|
static JsonWebKeySignatureAlgorithm |
JsonWebKeySignatureAlgorithm.RSNULL
Static value RSNULL for JsonWebKeySignatureAlgorithm.
|
| Modifier and Type | Field and Description |
|---|---|
static List<JsonWebKeySignatureAlgorithm> |
JsonWebKeySignatureAlgorithm.ALL_ALGORITHMS
All the JWK signature algorithms.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/