public final class SessionParameters
extends java.lang.Object
Modifier and Type | Class | Description |
---|---|---|
static class |
SessionParameters.Builder |
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
SessionParameters |
copy() |
|
int |
getCipherSuite() |
|
short |
getCompressionAlgorithm() |
|
byte[] |
getMasterSecret() |
|
Certificate |
getPeerCertificate() |
|
byte[] |
getPskIdentity() |
Deprecated.
Use
getPSKIdentity() |
byte[] |
getPSKIdentity() |
|
byte[] |
getSRPIdentity() |
|
java.util.Hashtable |
readServerExtensions() |
public void clear()
public SessionParameters copy()
public int getCipherSuite()
public short getCompressionAlgorithm()
public byte[] getMasterSecret()
public Certificate getPeerCertificate()
public byte[] getPskIdentity()
getPSKIdentity()
public byte[] getPSKIdentity()
public byte[] getSRPIdentity()
public java.util.Hashtable readServerExtensions() throws java.io.IOException
java.io.IOException