Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.util
Class DefaultHashFunction

java.lang.Object
  extended by weblogic.wsee.util.DefaultHashFunction
All Implemented Interfaces:
StableHash.HashFunction

Deprecated.

public class DefaultHashFunction
extends Object
implements StableHash.HashFunction

SHA-based default hashing function for StableHash.


Constructor Summary
DefaultHashFunction()
          Deprecated.  
 
Method Summary
 int hash(Object obj)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHashFunction

public DefaultHashFunction()
Deprecated. 
Method Detail

hash

public int hash(Object obj)
Deprecated. 
Specified by:
hash in interface StableHash.HashFunction

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02