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