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
CryptoExceptionvoid init(byte[] aKey,
AlgorithmParams aParams)
throws CryptoException
CryptoExceptionvoid process(byte[] aData)
throws CryptoException
CryptoExceptionbyte[] doFinal(byte[] aData)
throws CryptoException
CryptoExceptionMACAlg getMACAlgorithm()
int getMACSize()
Copyright © 2025. All rights reserved.