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