Methods Summary |
---|
public java.lang.Object | clone()The implementation is not cloneable
throw new CloneNotSupportedException();
|
public byte[] | engineDigest()
runEngineDigest = true;
return new byte[0];
|
public void | engineReset()
runEngineReset = true;
|
public void | engineUpdate(byte arg0)
runEngineUpdate1 = true;
|
public void | engineUpdate(byte[] arg0, int arg1, int arg2)
runEngineUpdate2 = true;
|