public class PSKTlsClient extends AbstractTlsClient
| Modifier and Type | Field and Description |
|---|---|
protected TlsDHVerifier |
dhVerifier
Deprecated.
|
protected TlsPSKIdentity |
pskIdentity
Deprecated.
|
cipherFactory, clientECPointFormats, context, namedCurves, selectedCipherSuite, selectedCompressionMethod, serverECPointFormats, supportedSignatureAlgorithms| Constructor and Description |
|---|
PSKTlsClient(TlsCipherFactory cipherFactory,
TlsDHVerifier dhVerifier,
TlsPSKIdentity pskIdentity)
Deprecated.
|
PSKTlsClient(TlsCipherFactory cipherFactory,
TlsPSKIdentity pskIdentity)
Deprecated.
|
PSKTlsClient(TlsPSKIdentity pskIdentity)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected TlsKeyExchange |
createPSKKeyExchange(int keyExchange)
Deprecated.
|
TlsAuthentication |
getAuthentication()
Deprecated.
|
int[] |
getCipherSuites()
Deprecated.
|
TlsKeyExchange |
getKeyExchange()
Deprecated.
|
allowUnexpectedServerExtension, checkForUnexpectedServerExtension, getCipher, getClientExtensions, getClientHelloRecordLayerVersion, getClientSupplementalData, getClientVersion, getCompression, getCompressionMethods, getMinimumVersion, getSessionToResume, init, isFallback, notifyNewSessionTicket, notifySelectedCipherSuite, notifySelectedCompressionMethod, notifyServerVersion, notifySessionID, processServerExtensions, processServerSupplementalDatacancel, notifyAlertRaised, notifyAlertReceived, notifyCloseHandle, notifyHandshakeComplete, notifySecureRenegotiation, requiresExtendedMasterSecret, shouldUseGMTUnixTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, notifyAlertRaised, notifyAlertReceived, notifyCloseHandle, notifyHandshakeComplete, notifySecureRenegotiation, requiresExtendedMasterSecret, shouldUseGMTUnixTimeprotected TlsDHVerifier dhVerifier
protected TlsPSKIdentity pskIdentity
public PSKTlsClient(TlsPSKIdentity pskIdentity)
public PSKTlsClient(TlsCipherFactory cipherFactory, TlsPSKIdentity pskIdentity)
public PSKTlsClient(TlsCipherFactory cipherFactory, TlsDHVerifier dhVerifier, TlsPSKIdentity pskIdentity)
public int[] getCipherSuites()
public TlsKeyExchange getKeyExchange() throws java.io.IOException
java.io.IOExceptionpublic TlsAuthentication getAuthentication() throws java.io.IOException
java.io.IOExceptionprotected TlsKeyExchange createPSKKeyExchange(int keyExchange)