public interface MAC
Modifier and Type | Method and Description |
---|---|
byte[] |
doFinal(byte[] aData) |
MACAlg |
getMACAlgorithm() |
int |
getMACSize() |
void |
init(byte[] aKey,
AlgorithmParams aParams) |
void |
init(java.security.Key aKey,
AlgorithmParams aParams) |
void |
process(byte[] aData) |
void init(java.security.Key aKey, AlgorithmParams aParams) throws CryptoException
CryptoException
void init(byte[] aKey, AlgorithmParams aParams) throws CryptoException
CryptoException
void process(byte[] aData) throws CryptoException
CryptoException
byte[] doFinal(byte[] aData) throws CryptoException
CryptoException
MACAlg getMACAlgorithm()
int getMACSize()
Copyright © 2025. All rights reserved.