public final class SessionParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SessionParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
SessionParameters |
copy() |
int |
getCipherSuite() |
short |
getCompressionAlgorithm() |
byte[] |
getMasterSecret() |
Certificate |
getPeerCertificate() |
byte[] |
getPskIdentity()
Deprecated.
Use
getPSKIdentity() |
byte[] |
getPSKIdentity() |
byte[] |
getSRPIdentity() |
boolean |
isExtendedMasterSecret() |
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 boolean isExtendedMasterSecret()
public Hashtable readServerExtensions() throws IOException
IOExceptionCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.