public class KeyVerifyParameters extends Object
| Constructor and Description |
|---|
KeyVerifyParameters() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm |
algorithm()
Get the algorithm value.
|
byte[] |
digest()
Get the digest value.
|
byte[] |
signature()
Get the signature value.
|
KeyVerifyParameters |
withAlgorithm(com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm)
Set the algorithm value.
|
KeyVerifyParameters |
withDigest(byte[] digest)
Set the digest value.
|
KeyVerifyParameters |
withSignature(byte[] signature)
Set the signature value.
|
public com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm()
public KeyVerifyParameters withAlgorithm(com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm)
algorithm - the algorithm value to setpublic byte[] digest()
public KeyVerifyParameters withDigest(byte[] digest)
digest - the digest value to setpublic byte[] signature()
public KeyVerifyParameters withSignature(byte[] signature)
signature - the signature value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/