Uses of Class
org.bouncycastle.est.ESTResponse
-
Packages that use ESTResponse Package Description org.bouncycastle.est A package for processing messages for RFC 7030 "Enrollment over Secure Transport". -
-
Uses of ESTResponse in org.bouncycastle.est
Methods in org.bouncycastle.est that return ESTResponse Modifier and Type Method Description ESTResponse
ESTClient. doRequest(ESTRequest c)
ESTResponse
ESTHijacker. hijack(ESTRequest req, Source sock)
Methods in org.bouncycastle.est with parameters of type ESTResponse Modifier and Type Method Description protected EnrollmentResponse
ESTService. handleEnrollResponse(ESTResponse resp)
Handles the enroll response, deals with status codes and setting of delays.
-