|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--superwaba.ext.xplat.util.crypto.SHA1
SHA-1 message digest implementation
Field Summary | |
static int |
DIGEST_SIZE
size of a SHA-1 digest in octets |
Constructor Summary | |
SHA1()
constructor |
Method Summary | |
void |
clear()
clears all data, use reset() to start again |
void |
finalize()
finalizes the digest |
byte[] |
getDigest()
gets the digest |
void |
reset()
initializes or resets the hasher for a new session respectively |
boolean |
selfTest()
runs a selftest |
String |
toString()
makes a binhex string representation of the current digest |
void |
update(byte bB)
adds a single byte to the digest |
void |
update(byte[] data)
adds a byte array to the digest |
void |
update(String sData)
adds an ASCII string to the digest |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
wait,
wait |
Field Detail |
public static final int DIGEST_SIZE
Constructor Detail |
public SHA1()
Method Detail |
public void clear()
public void reset()
public void update(byte bB)
public void update(byte[] data)
public void update(String sData)
public void finalize()
public byte[] getDigest()
public String toString()
public boolean selfTest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |