com.jp.protection.priv
Class DigestBuilder.IntegrityHostExt

java.lang.Object
  extended by com.jp.protection.pub.IntegrityHost
      extended by com.jp.protection.pub.pro.IntegrityHostPro
          extended by com.jp.protection.priv.DigestBuilder.IntegrityHostExt
Enclosing class:
DigestBuilder

protected class DigestBuilder.IntegrityHostExt
extends IntegrityHostPro


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jp.protection.pub.pro.IntegrityHostPro
IntegrityHostPro.Config
 
Nested classes/interfaces inherited from class com.jp.protection.pub.IntegrityHost
IntegrityHost.CRC32Digest, IntegrityHost.Digest, IntegrityHost.MessageDigest
 
Field Summary
 
Fields inherited from class com.jp.protection.pub.pro.IntegrityHostPro
fFiles
 
Fields inherited from class com.jp.protection.pub.IntegrityHost
ALGORITHM_CRC32, ALGORITHM_DEFAULT, ALGORITHM_MD5, ALGORITHM_SHA_1, fAlgorithm, fCheckDigest, fCRC, fDigest, fDigestBytes, fDigestEntries, fVerbose, WEB_INF
 
Constructor Summary
protected DigestBuilder.IntegrityHostExt()
           
 
Method Summary
protected  void error(java.lang.String aMessage)
           
protected  void error(java.lang.Throwable ex)
           
 void updateDigest(java.io.File[] aFiles)
           
 
Methods inherited from class com.jp.protection.pub.pro.IntegrityHostPro
calculateDigest, calculateDigest, check, check, check, check, check, check, check, checkStatic, checkStatic, checkStatic, checkStatic, checkStatic, checkStatic, getFiles, setFiles, toFiles
 
Methods inherited from class com.jp.protection.pub.IntegrityHost
calculate, calculateDigest, calculateDigest, check, check, checkStatic, checkStatic, checkStatic, getAlgorithm, getAlgorithmStr, getCheckDigest, getCRC, getCRCEntries, getDigest, getDigestEntries, getEntryStream, isVerbose, resetDigest, setAlgorithm, setCheckDigest, setCRC, setCRCEntries, setDigestEntries, setVerbose, toResourceName, updateDigest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestBuilder.IntegrityHostExt

protected DigestBuilder.IntegrityHostExt()
Method Detail

updateDigest

public void updateDigest(java.io.File[] aFiles)
Overrides:
updateDigest in class IntegrityHostPro

error

protected void error(java.lang.String aMessage)
Overrides:
error in class IntegrityHost

error

protected void error(java.lang.Throwable ex)
Overrides:
error in class IntegrityHost