public interface Verifier
| Modifier and Type | Method and Description |
|---|---|
void |
init(java.security.PublicKey aPublicKey) |
void |
init(java.security.PublicKey aPublicKey,
AlgorithmParams aParams) |
void |
reset() |
void |
update(byte[] aData) |
void |
update(byte[] aData,
int aOffset,
int aLength) |
boolean |
verifySignature(byte[] aSignature) |
void init(java.security.PublicKey aPublicKey) throws CryptoException
CryptoExceptionvoid init(java.security.PublicKey aPublicKey,
AlgorithmParams aParams)
throws CryptoException
CryptoExceptionvoid reset()
throws CryptoException
CryptoExceptionvoid update(byte[] aData)
void update(byte[] aData,
int aOffset,
int aLength)
boolean verifySignature(byte[] aSignature)
Copyright © 2025. All rights reserved.