Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.sip.security.utils
Class PreCalculatedHash

java.lang.Object
  extended by com.bea.wcp.sip.security.utils.PreCalculatedHash


public final class PreCalculatedHash
extends java.lang.Object

This is a command line utility which returns HA1 value as defined by the digest authentication specification. The returned value can be used as the precalculated hash value for LDAP/DBMS based Digest Authentication Identity Assertion Providers that are shipped with the WebLogic SIP Server.


Method Summary
static void main(java.lang.String[] args)
           Usage: java com.bea.wcp.sip.security.utils.PreCalculatedHash username realmname password

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

main

public static void main(java.lang.String[] args)

Usage: java com.bea.wcp.sip.security.utils.PreCalculatedHash username realmname password

Parameters:
args - String array {username, realmname, password}

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.