public class KeySignParameters extends Object
| Constructor and Description |
|---|
KeySignParameters() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm |
algorithm()
Get the algorithm value.
|
byte[] |
value()
Get the value value.
|
KeySignParameters |
withAlgorithm(com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm)
Set the algorithm value.
|
KeySignParameters |
withValue(byte[] value)
Set the value value.
|
public com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm()
public KeySignParameters withAlgorithm(com.microsoft.azure.keyvault.webkey.JsonWebKeySignatureAlgorithm algorithm)
algorithm - the algorithm value to setpublic byte[] value()
public KeySignParameters withValue(byte[] value)
value - the value 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.
*/