Package org.bouncycastle.est
Interface ESTClientProvider
- 
public interface ESTClientProviderA client provider is responsible for creating an ESTClient instance. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTrusted()Return true if the client is presently configured to verify the server.ESTClientmakeClient() 
 - 
 
- 
- 
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.
 
 
 - 
 
 -