| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
KeyVerifyResult |
KeyVaultClient.verify(String keyIdentifier,
JsonWebKeySignatureAlgorithm algorithm,
byte[] digest,
byte[] signature)
Verifies a signature using the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<KeyVerifyResult> |
KeyVaultClient.verifyAsync(String keyIdentifier,
JsonWebKeySignatureAlgorithm algorithm,
byte[] digest,
byte[] signature,
com.microsoft.rest.ServiceCallback<KeyVerifyResult> serviceCallback)
Verifies a signature using the specified key.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<KeyVerifyResult> |
KeyVaultClient.verifyAsync(String keyIdentifier,
JsonWebKeySignatureAlgorithm algorithm,
byte[] digest,
byte[] signature,
com.microsoft.rest.ServiceCallback<KeyVerifyResult> serviceCallback)
Verifies a signature using the specified key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/