public class SessionSetupInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
authenticated |
boolean |
encrypted |
byte[] |
exchangeKeyHandle |
int |
exchangeKeyIndex |
int |
keyExchangeMode |
java.security.PrivateKey |
privateExchangeKey |
byte[] |
publicExchangeKey |
int |
timeout |
| Constructor and Description |
|---|
SessionSetupInfo() |
SessionSetupInfo(AuthenticationInfo authInfo)
Deprecated.
Use
new SessionSetupInfo() instead. |
SessionSetupInfo(byte[] exchangeHandle,
int exchangeIndex,
java.security.PrivateKey privateKey) |
SessionSetupInfo(int mode) |
SessionSetupInfo(int mode,
byte[] exchangekey,
java.security.PrivateKey privateKey) |
SessionSetupInfo(int mode,
java.security.PublicKey exchangekey,
java.security.PrivateKey privateKey) |
SessionSetupInfo(java.lang.String exchangeHandle,
int exchangeIndex,
java.security.PrivateKey privateKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
initDHKeys() |
void |
reset() |
java.lang.String |
toString() |
public int keyExchangeMode
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(byte[] exchangeHandle,
int exchangeIndex,
java.security.PrivateKey privateKey)
public SessionSetupInfo(java.lang.String exchangeHandle,
int exchangeIndex,
java.security.PrivateKey privateKey)
@Deprecated public SessionSetupInfo(AuthenticationInfo authInfo)
new SessionSetupInfo() instead.authInfo - ignoredpublic SessionSetupInfo()
public SessionSetupInfo(int mode,
byte[] exchangekey,
java.security.PrivateKey privateKey)
public SessionSetupInfo(int mode,
java.security.PublicKey exchangekey,
java.security.PrivateKey privateKey)
throws java.lang.Exception
java.lang.Exceptionpublic SessionSetupInfo(int mode)
public void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void initDHKeys()
throws HandleException
HandleException