| Modifier and Type | Field and Description |
|---|---|
static JsonWebKeyOperation |
JsonWebKeyOperation.DECRYPT
Static value decrypt for JsonWebKeyOperation.
|
static JsonWebKeyOperation |
JsonWebKeyOperation.ENCRYPT
Static value encrypt for JsonWebKeyOperation.
|
static JsonWebKeyOperation |
JsonWebKeyOperation.SIGN
Static value sign for JsonWebKeyOperation.
|
static JsonWebKeyOperation |
JsonWebKeyOperation.UNWRAP_KEY
Static value unwrapKey for JsonWebKeyOperation.
|
static JsonWebKeyOperation |
JsonWebKeyOperation.VERIFY
Static value verify for JsonWebKeyOperation.
|
static JsonWebKeyOperation |
JsonWebKeyOperation.WRAP_KEY
Static value wrapKey for JsonWebKeyOperation.
|
| Modifier and Type | Field and Description |
|---|---|
static List<JsonWebKeyOperation> |
JsonWebKeyOperation.ALL_OPERATIONS
All the JWK operations.
|
| Modifier and Type | Method and Description |
|---|---|
List<JsonWebKeyOperation> |
JsonWebKey.keyOps()
Get the keyOps value.
|
| Modifier and Type | Method and Description |
|---|---|
JsonWebKey |
JsonWebKey.withKeyOps(List<JsonWebKeyOperation> keyOps)
Set the keyOps value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/