ibrokerkit.iservicestore.store
Class StoreUtil

java.lang.Object
  extended by ibrokerkit.iservicestore.store.StoreUtil

public class StoreUtil
extends java.lang.Object

Utility methods for the Store.


Constructor Summary
StoreUtil()
           
 
Method Summary
static java.lang.String hashPass(java.lang.String pass)
          Calculates a hashed password suitable for an Authentication i-service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreUtil

public StoreUtil()
Method Detail

hashPass

public static java.lang.String hashPass(java.lang.String pass)
Calculates a hashed password suitable for an Authentication i-service.

Parameters:
pass - A password.
Returns:
The hashed password.


Copyright © 2009. All Rights Reserved.