|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.MessageDigest
public abstract class MessageDigest
Constructor Summary | |
---|---|
protected |
MessageDigest(String alg)
|
Method Summary | |
---|---|
abstract Object |
clone()
|
abstract byte[] |
digest()
|
String |
getAlgorithm()
|
abstract void |
reset()
|
abstract void |
update(byte b)
|
void |
update(byte[] input)
|
abstract void |
update(byte[] input,
int offset,
int length)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MessageDigest(String alg)
Method Detail |
---|
public void update(byte[] input)
public String getAlgorithm()
public abstract void update(byte b)
public abstract void update(byte[] input, int offset, int length)
public abstract byte[] digest()
public abstract void reset()
public abstract Object clone()
clone
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |