public class CRC32
extends javacard.security.Checksum
| Constructor and Description |
|---|
CRC32() |
| Modifier and Type | Method and Description |
|---|---|
short |
doFinal(byte[] inBuff,
short inOffset,
short inLength,
byte[] outBuff,
short outOffset) |
byte |
getAlgorithm() |
void |
init(byte[] bArray,
short bOff,
short bLen) |
void |
update(byte[] inBuff,
short inOffset,
short inLength) |
public byte getAlgorithm()
getAlgorithm in class javacard.security.Checksumpublic void init(byte[] bArray,
short bOff,
short bLen)
throws javacard.security.CryptoException
init in class javacard.security.Checksumjavacard.security.CryptoExceptionpublic short doFinal(byte[] inBuff,
short inOffset,
short inLength,
byte[] outBuff,
short outOffset)
doFinal in class javacard.security.Checksumpublic void update(byte[] inBuff,
short inOffset,
short inLength)
update in class javacard.security.Checksum