Interface ProtonSslEngineProvider
-
- All Known Implementing Classes:
SslDomainImpl
public interface ProtonSslEngineProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtonSslEngine
createSslEngine(SslPeerDetails peerDetails)
Returns an SSL engine.
-
-
-
Method Detail
-
createSslEngine
ProtonSslEngine createSslEngine(SslPeerDetails peerDetails)
Returns an SSL engine.- Parameters:
peerDetails
- the details of the remote peer. If non-null, may be used to assist SSL session resumption.
-
-