public final class RollingSigner extends Object
| Constructor and Description |
|---|
RollingSigner(byte[] signingKey,
String seedSignature) |
| Modifier and Type | Method and Description |
|---|---|
void |
reset() |
String |
sign(Function<String,String> stringToSignTemplate)
Using a template that incorporates the previous calculated signature, sign the string and return it.
|
public RollingSigner(byte[] signingKey,
String seedSignature)
Copyright © 2023. All rights reserved.