| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
KeyVerifyParameters |
KeyVerifyParameters.withAlgorithm(JsonWebKeySignatureAlgorithm algorithm)
Set the algorithm value.
|
KeyVerifyParameters |
KeyVerifyParameters.withDigest(byte[] digest)
Set the digest value.
|
KeyVerifyParameters |
KeyVerifyParameters.withSignature(byte[] signature)
Set the signature value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/