Package org.bouncycastle.est
Interface ESTClientProvider
-
public interface ESTClientProvider
A client provider is responsible for creating an ESTClient instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTrusted()
Return true if the client is presently configured to verify the server.ESTClient
makeClient()
-
-
-
Method Detail
-
makeClient
ESTClient makeClient() throws ESTException
- Throws:
ESTException
-
isTrusted
boolean isTrusted()
Return true if the client is presently configured to verify the server.- Returns:
- true = verifying server.
-
-