BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.security
Class MessageDigest

java.lang.Object
  extended byweblogic.security.MessageDigest

public abstract class MessageDigest
extends Object

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

MessageDigest

protected MessageDigest(String alg)
Method Detail

clone

public abstract Object clone()

digest

public abstract byte[] digest()

getAlgorithm

public String getAlgorithm()

reset

public abstract void reset()

update

public abstract void update(byte b)

update

public void update(byte[] input)

update

public abstract void update(byte[] input,
                            int offset,
                            int length)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.