|
Oracle Security Developer Tools Crypto Java API Reference 10g (10.1.4.0.1) B28171-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.crypto.core.MessageDigest
oracle.security.crypto.core.MD5
The MD5 Message Digest algorithm, as specified in RFC 1321.
MessageDigest, SHA| Nested Class Summary |
| Nested classes inherited from class oracle.security.crypto.core.MessageDigest |
MessageDigest.MDState |
| Field Summary |
| Fields inherited from class oracle.security.crypto.core.MessageDigest |
algID, digestBits, digestValid |
| Constructor Summary | |
MD5() |
|
| Method Summary | |
java.lang.String |
algName()Returns the algorithm name of this message digest. |
int |
blockSize() |
java.lang.Object |
clone()Returns a clone of this message digest object. |
void |
computeCurrent()Completes the hash computation, performing any necessary operations such as padding. |
AlgorithmIdentifier |
getAlgID() |
int |
getDigestLength()Returns the length in bytes of the message digest. |
protected MessageDigest.MDState |
getState() |
void |
init()Resets the digest to its initial state. |
protected void |
setState(MessageDigest.MDState state) |
void |
update(byte b)Adds the specifed byte to the data being digested. |
void |
update(byte[] input, int off, int len)Adds the specified sequence of bytes to the data being digested. |
| Methods inherited from class oracle.security.crypto.core.MessageDigest |
computeDigest, computeDigest, getDigestBits, getInstance, isEqual, isEqual, setAlgID, toString, update, update, update, update, update, update, update, update, update, update, updateASCII |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MD5()
| Method Detail |
public AlgorithmIdentifier getAlgID()
getAlgID in class MessageDigestpublic int blockSize()
blockSize in class MessageDigestpublic void init()
init in class MessageDigestpublic void update(byte b)
update in class MessageDigest
public void update(byte[] input,
int off,
int len)
update in class MessageDigestinput - the input arrayoff - start position in the input arraylen - the number of input array elements to add to the data being digestedpublic void computeCurrent()
digestBits.computeCurrent in class MessageDigestpublic java.lang.String algName()
algName in class MessageDigestpublic int getDigestLength()
getDigestLength in class MessageDigestpublic java.lang.Object clone()
clone in class MessageDigestprotected MessageDigest.MDState getState()
getState in class MessageDigestprotected void setState(MessageDigest.MDState state)
setState in class MessageDigest
|
Oracle Security Developer Tools Crypto Java API Reference 10g (10.1.4.0.1) B28171-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||