public interface SigningAlgorithm
| Modifier and Type | Method and Description |
|---|---|
byte[] |
sign(Key key,
byte[] data) |
default boolean |
verify(Key key,
String[] parts) |
boolean |
verify(Key key,
String[] parts,
boolean urlSafe) |
Copyright © 2019. All rights reserved.