Package org.bouncycastle.est.jcajce
Interface SSLSocketFactoryCreator
-
public interface SSLSocketFactoryCreator
Implementations provide SSL socket factories.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSLSocketFactory
createFactory()
boolean
isTrusted()
-
-
-
Method Detail
-
createFactory
SSLSocketFactory createFactory() throws Exception
- Throws:
Exception
-
isTrusted
boolean isTrusted()
-
-