public class JcaV1PublicCryptoProvider extends java.lang.Object implements V1PublicCryptoProvider
| Constructor and Description |
|---|
JcaV1PublicCryptoProvider() |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnoncepublic byte[] sign(byte[] payload,
byte[] footer,
java.security.PrivateKey privateKey)
sign in interface V1PublicCryptoProviderpublic boolean verify(byte[] message,
byte[] footer,
byte[] signature,
java.security.PublicKey publicKey)
verify in interface V1PublicCryptoProviderCopyright © 2019-2020 paseto.dev. All Rights Reserved.