public interface V2PublicCryptoProvider
| Modifier and Type | Method and Description |
|---|---|
byte[] |
sign(byte[] payload,
byte[] footer,
java.security.PrivateKey privateKey) |
boolean |
verify(byte[] message,
byte[] footer,
byte[] signature,
java.security.PublicKey publicKey) |
Copyright © 2019-2020 paseto.dev. All Rights Reserved.