java.lang.Object
|
+--javacard.security.Checksum
public static final byte ALG_ISO3309_CRC16
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final byte ALG_ISO3309_CRC32
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Checksum()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract short doFinal(byte[] inBuff,
short inOffset,
short inLength,
byte[] outBuff,
short outOffset)
- See Also:
init(byte[], short, short)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract byte getAlgorithm()
- See Also:
ALG_ISO3309_CRC16
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final Checksum getInstance(byte algorithm,
boolean externalAccess)
throws CryptoException
- See Also:
-
ALG_ISO3309_CRC16
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void init(byte[] bArray,
short bOff,
short bLen)
throws CryptoException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void update(byte[] inBuff,
short inOffset,
short inLength)
- See Also:
doFinal(byte[], short, short, byte[], short)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples