|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.SpyObject
net.spy.util.DigestHex
public class DigestHex
Hex digester.
| Constructor Summary | |
|---|---|
DigestHex(java.lang.String alg)
|
|
| Method Summary | |
|---|---|
protected java.security.MessageDigest |
getDigest()
Get the type of digest to use for this digest authenticator. |
java.lang.String |
getHexDigest(java.lang.String in)
Get the hex digest of the given string. |
| Methods inherited from class net.spy.SpyObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigestHex(java.lang.String alg)
| Method Detail |
|---|
protected java.security.MessageDigest getDigest()
public java.lang.String getHexDigest(java.lang.String in)
in - a string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||