|
SecurePlayLibray J2SE v2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.SecurePlay.SPUInteropUtilJ2ME.SPUInteropUtilClass

| Constructor Summary | |
SPUInteropUtilClass()
|
|
| Method Summary | |
static byte[] |
getHashText(java.lang.String plainText,
java.lang.String algorithm)
This method gets the hashed string |
static java.util.Hashtable |
HashtableClone(java.util.Hashtable htbl)
This method copys a hashtable and creates an exact copy of the instance. |
static byte[] |
SPIclone(byte[] byteArr)
This method clones a String array. |
static java.lang.String[] |
SPIclone(java.lang.String[] strArr)
This method clones a String array. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SPUInteropUtilClass()
| Method Detail |
public static java.lang.String[] SPIclone(java.lang.String[] strArr)
strArr - String[] - Atring array to be cloned.
public static byte[] SPIclone(byte[] byteArr)
byteArr - byte[] - Atring array to be cloned.
public static byte[] getHashText(java.lang.String plainText,
java.lang.String algorithm)
plainText - String - string to be hashedalgorithm - String - The algorithm to use like MD2, MD5, SHA-1, etc.
public static java.util.Hashtable HashtableClone(java.util.Hashtable htbl)
htbl - Hashtable - hashtable to be cloned.
|
SecurePlayLibray J2SE v2.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||