| Constructor and Description |
|---|
UnsecuredSigner() |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
getAlgorithm()
Return the algorithm supported by this signer.
|
String |
getKid()
Return the kid used for this signer.
|
byte[] |
sign(String payload)
Sign the provided message and return the signature.
|
public Algorithm getAlgorithm()
SignergetAlgorithm in interface Signerpublic String getKid()
SignerCopyright © 2023. All rights reserved.