Package org.bouncycastle.crypto.tls
Class PSKTlsServer
- java.lang.Object
-
- org.bouncycastle.crypto.tls.AbstractTlsPeer
-
- org.bouncycastle.crypto.tls.AbstractTlsServer
-
- org.bouncycastle.crypto.tls.PSKTlsServer
-
public class PSKTlsServer extends AbstractTlsServer
-
-
Field Summary
Fields Modifier and Type Field Description protected TlsPSKIdentityManager
pskIdentityManager
-
Fields inherited from class org.bouncycastle.crypto.tls.AbstractTlsServer
cipherFactory, clientECPointFormats, clientExtensions, clientVersion, context, eccCipherSuitesOffered, encryptThenMACOffered, maxFragmentLengthOffered, namedCurves, offeredCipherSuites, offeredCompressionMethods, selectedCipherSuite, selectedCompressionMethod, serverECPointFormats, serverExtensions, serverVersion, supportedSignatureAlgorithms, truncatedHMacOffered
-
-
Constructor Summary
Constructors Constructor Description PSKTlsServer(TlsCipherFactory cipherFactory, TlsPSKIdentityManager pskIdentityManager)
PSKTlsServer(TlsPSKIdentityManager pskIdentityManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TlsKeyExchange
createPSKKeyExchange(int keyExchange)
protected int[]
getCipherSuites()
TlsCredentials
getCredentials()
protected DHParameters
getDHParameters()
TlsKeyExchange
getKeyExchange()
protected TlsEncryptionCredentials
getRSAEncryptionCredentials()
-
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsServer
allowEncryptThenMAC, allowTruncatedHMac, checkServerExtensions, getCertificateRequest, getCertificateStatus, getCipher, getCompression, getCompressionMethods, getMaximumVersion, getMinimumVersion, getNewSessionTicket, getSelectedCipherSuite, getSelectedCompressionMethod, getServerExtensions, getServerSupplementalData, getServerVersion, init, notifyClientCertificate, notifyClientVersion, notifyFallback, notifyOfferedCipherSuites, notifyOfferedCompressionMethods, processClientExtensions, processClientSupplementalData, supportsClientECCCapabilities
-
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsPeer
notifyAlertRaised, notifyAlertReceived, notifyHandshakeComplete, notifySecureRenegotiation, requiresExtendedMasterSecret, shouldUseGMTUnixTime
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bouncycastle.crypto.tls.TlsPeer
notifyAlertRaised, notifyAlertReceived, notifyHandshakeComplete, notifySecureRenegotiation, requiresExtendedMasterSecret, shouldUseGMTUnixTime
-
-
-
-
Field Detail
-
pskIdentityManager
protected TlsPSKIdentityManager pskIdentityManager
-
-
Constructor Detail
-
PSKTlsServer
public PSKTlsServer(TlsPSKIdentityManager pskIdentityManager)
-
PSKTlsServer
public PSKTlsServer(TlsCipherFactory cipherFactory, TlsPSKIdentityManager pskIdentityManager)
-
-
Method Detail
-
getRSAEncryptionCredentials
protected TlsEncryptionCredentials getRSAEncryptionCredentials() throws java.io.IOException
- Throws:
java.io.IOException
-
getDHParameters
protected DHParameters getDHParameters()
-
getCipherSuites
protected int[] getCipherSuites()
- Specified by:
getCipherSuites
in classAbstractTlsServer
-
getCredentials
public TlsCredentials getCredentials() throws java.io.IOException
- Throws:
java.io.IOException
-
getKeyExchange
public TlsKeyExchange getKeyExchange() throws java.io.IOException
- Throws:
java.io.IOException
-
createPSKKeyExchange
protected TlsKeyExchange createPSKKeyExchange(int keyExchange)
-
-