Interface ISSLSocketFactoryProducer
-
- All Known Subinterfaces:
IKeystoreManager
- All Known Implementing Classes:
KeystoreManager,TrustingSSLSocketFactoryProducer
public interface ISSLSocketFactoryProducerThis interface describes a class that produces a SSLSocketFactory.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.net.ssl.SSLSocketFactorygetSecureSocketFactory()Build a secure socket factory based on this producer.
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSecureSocketFactory
javax.net.ssl.SSLSocketFactory getSecureSocketFactory() throws ManifoldCFExceptionBuild a secure socket factory based on this producer.- Throws:
ManifoldCFException
-
-