public class ECDSAVerifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
protected org.bouncycastle.crypto.params.ECDomainParameters |
params |
Constructor and Description |
---|
ECDSAVerifier() |
Modifier and Type | Method and Description |
---|---|
boolean |
verify(java.security.PublicKey publicKey,
byte[] hashedMessage,
ECDSASignature signature)
Verify signature with a message and public key x and y point value.
|
protected final transient org.slf4j.Logger logger
protected final org.bouncycastle.crypto.params.ECDomainParameters params
public boolean verify(java.security.PublicKey publicKey, byte[] hashedMessage, ECDSASignature signature)
publicKey
- a publicKeyhashedMessage
- a sha256-hashed messagesignature
- ECDSA signature