|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jp.protection.pub.IntegrityHost.MessageDigest
protected static class IntegrityHost.MessageDigest
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 |
---|
protected com.jp.protection.utils.CustomMessageDigest fMessageDigest
Constructor Detail |
---|
public IntegrityHost.MessageDigest(java.lang.String anAlgorithm)
Method Detail |
---|
public void reset()
reset
in interface IntegrityHost.Digest
public void update(byte[] aBytes)
update
in interface IntegrityHost.Digest
public byte[] getDigest()
getDigest
in interface IntegrityHost.Digest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |