com.jp.protection.pub
Class IntegrityHost.MessageDigest

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

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


Field Summary
protected  com.jp.protection.utils.CustomMessageDigest fMessageDigest
           
 
Constructor Summary
IntegrityHost.MessageDigest(java.lang.String anAlgorithm)
           
 
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
 

Field Detail

fMessageDigest

protected com.jp.protection.utils.CustomMessageDigest fMessageDigest
Constructor Detail

IntegrityHost.MessageDigest

public IntegrityHost.MessageDigest(java.lang.String anAlgorithm)
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