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
CryptoException
void init(java.security.PublicKey aPublicKey, AlgorithmParams aParams) throws CryptoException
CryptoException
void reset() throws CryptoException
CryptoException
void update(byte[] aData)
void update(byte[] aData, int aOffset, int aLength)
boolean verifySignature(byte[] aSignature)
Copyright © 2025. All rights reserved.