public class SessionSetupInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
authenticated |
AuthenticationInfo |
authInfo |
boolean |
encrypted |
byte[] |
exchangeKeyHandle |
int |
exchangeKeyIndex |
int |
keyExchangeMode |
java.security.PrivateKey |
privateExchangeKey |
byte[] |
publicExchangeKey |
int |
timeout |
Constructor and Description |
---|
SessionSetupInfo() |
SessionSetupInfo(AuthenticationInfo authInfo) |
SessionSetupInfo(AuthenticationInfo authInfo,
byte[] exchangeHandle,
int exchangeIndex,
java.security.PrivateKey privateKey) |
SessionSetupInfo(AuthenticationInfo authInfo,
java.lang.String exchangeHandle,
int exchangeIndex,
java.security.PrivateKey privateKey) |
SessionSetupInfo(int mode,
AuthenticationInfo authInfo) |
SessionSetupInfo(int mode,
AuthenticationInfo authInfo,
byte[] exchangekey,
java.security.PrivateKey privateKey) |
SessionSetupInfo(int mode,
AuthenticationInfo authInfo,
java.security.PublicKey exchangekey,
java.security.PrivateKey privateKey) |
Modifier and Type | Method and Description |
---|---|
void |
initDHKeys() |
void |
reset() |
java.lang.String |
toString() |
public int keyExchangeMode
public AuthenticationInfo authInfo
public byte[] exchangeKeyHandle
public int exchangeKeyIndex
public byte[] publicExchangeKey
public java.security.PrivateKey privateExchangeKey
public int timeout
public boolean encrypted
public boolean authenticated
public SessionSetupInfo(AuthenticationInfo authInfo, byte[] exchangeHandle, int exchangeIndex, java.security.PrivateKey privateKey)
public SessionSetupInfo(AuthenticationInfo authInfo, java.lang.String exchangeHandle, int exchangeIndex, java.security.PrivateKey privateKey)
public SessionSetupInfo(AuthenticationInfo authInfo)
public SessionSetupInfo()
public SessionSetupInfo(int mode, AuthenticationInfo authInfo, byte[] exchangekey, java.security.PrivateKey privateKey)
public SessionSetupInfo(int mode, AuthenticationInfo authInfo, java.security.PublicKey exchangekey, java.security.PrivateKey privateKey) throws java.lang.Exception
java.lang.Exception
public SessionSetupInfo(int mode, AuthenticationInfo authInfo)
public void reset()
public java.lang.String toString()
toString
in class java.lang.Object
public void initDHKeys() throws HandleException
HandleException