public interface V1PublicCryptoProvider
| Modifier and Type | Method and Description |
|---|---|
default byte[] |
nonce(byte[] payload,
byte[] randomBytes) |
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.