Package org.bouncycastle.est
Interface ESTClient
- 
public interface ESTClientESTClient implement connection to the server.Implementations should be aware that they are responsible for satisfying RFC7030 3.3 - TLS Layer including SRP modes.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ESTResponsedoRequest(ESTRequest c) 
 - 
 
- 
- 
Method Detail
- 
doRequest
ESTResponse doRequest(ESTRequest c) throws java.io.IOException
- Throws:
 java.io.IOException
 
 - 
 
 -