|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.crypt.SHA1
public final class SHA1
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, notifyAll, wait, 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()
finalize
in class Object
public byte[] getDigest()
public String toString()
toString
in class Object
public boolean selfTest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |