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