public class CSMspwd
extends java.lang.Object
| Constructor and Description |
|---|
CSMspwd() |
| Modifier and Type | Method and Description |
|---|---|
void |
createContext(java.lang.String username,
java.lang.String password,
IfxDataInputStream asfIfxIs,
IfxDataOutputStream asfIfxOs) |
java.lang.String |
getClientLocale()
Return the class variable ClientLocale.
|
static void |
printBytes(java.lang.String header,
byte[] bytes) |
void |
processInMessage(byte[] messageArray,
byte[] decyptedDataArray) |
void |
processOutMessage(byte[] dataArray,
byte[] encryptedDataArray) |
void |
sendEncryptPassword(java.lang.String password,
IfxDataOutputStream asfIfxOs) |
void |
setClientLocale(java.lang.String loc)
Set the class variable ClientLocale.
|
public CSMspwd()
throws java.security.NoSuchAlgorithmException,
java.security.InvalidAlgorithmParameterException,
java.security.InvalidKeyException,
javax.crypto.NoSuchPaddingException
java.security.NoSuchAlgorithmExceptionjava.security.InvalidAlgorithmParameterExceptionjava.security.InvalidKeyExceptionjavax.crypto.NoSuchPaddingExceptionpublic void createContext(java.lang.String username,
java.lang.String password,
IfxDataInputStream asfIfxIs,
IfxDataOutputStream asfIfxOs)
throws java.io.IOException,
IfxASFException
java.io.IOExceptionIfxASFExceptionpublic static void printBytes(java.lang.String header,
byte[] bytes)
public void sendEncryptPassword(java.lang.String password,
IfxDataOutputStream asfIfxOs)
throws java.io.IOException,
IfxASFException
java.io.IOExceptionIfxASFExceptionpublic void processInMessage(byte[] messageArray,
byte[] decyptedDataArray)
throws IfxASFException
IfxASFExceptionpublic void processOutMessage(byte[] dataArray,
byte[] encryptedDataArray)
throws IfxASFException
IfxASFExceptionpublic void setClientLocale(java.lang.String loc)
loc - public java.lang.String getClientLocale()
loc -