javacard.security
Class MessageDigest
java.lang.Object
|
+--javacard.security.MessageDigest
- public abstract synchronized class MessageDigest
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALG_SHA
public static final byte ALG_SHA
- See Also:
- Constant Field Values
ALG_MD5
public static final byte ALG_MD5
- See Also:
- Constant Field Values
ALG_RIPEMD160
public static final byte ALG_RIPEMD160
- See Also:
- Constant Field Values
MessageDigest
protected MessageDigest()
getInstance
public static final MessageDigest getInstance(byte,
boolean)
throws CryptoException
CryptoException
getAlgorithm
public abstract byte getAlgorithm()
getLength
public abstract byte getLength()
doFinal
public abstract short doFinal(byte[],
short,
short,
byte[],
short)
update
public abstract void update(byte[],
short,
short)
reset
public abstract void reset()