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