com.jp.protection.pub
Class IntegrityHost.CRC32Digest

java.lang.Object
  extended by com.jp.protection.pub.IntegrityHost.CRC32Digest
All Implemented Interfaces:
IntegrityHost.Digest
Enclosing class:
IntegrityHost

protected static class IntegrityHost.CRC32Digest
extends java.lang.Object
implements IntegrityHost.Digest


Constructor Summary
protected IntegrityHost.CRC32Digest()
           
 
Method Summary
 byte[] getDigest()
           
 void reset()
           
 void update(byte[] aBytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrityHost.CRC32Digest

protected IntegrityHost.CRC32Digest()
Method Detail

reset

public void reset()
Specified by:
reset in interface IntegrityHost.Digest

update

public void update(byte[] aBytes)
Specified by:
update in interface IntegrityHost.Digest

getDigest

public byte[] getDigest()
Specified by:
getDigest in interface IntegrityHost.Digest