Uses of Class
org.bouncycastle.est.ESTRequest
Packages that use ESTRequest
-
Uses of ESTRequest in org.bouncycastle.est
Methods in org.bouncycastle.est that return ESTRequestModifier and TypeMethodDescriptionESTRequestBuilder.build()ESTResponse.getOriginalRequest()CACertsResponse.getRequestToRetry()EnrollmentResponse.getRequestToRetry()ESTSourceConnectionListener.onConnection(Source<T> source, ESTRequest request) Methods in org.bouncycastle.est with parameters of type ESTRequestModifier and TypeMethodDescriptionESTClient.doRequest(ESTRequest c) ESTHijacker.hijack(ESTRequest req, Source sock) ESTSourceConnectionListener.onConnection(Source<T> source, ESTRequest request) Constructors in org.bouncycastle.est with parameters of type ESTRequestModifierConstructorDescriptionCACertsResponse(Store<X509CertificateHolder> store, Store<X509CRLHolder> crlHolderStore, ESTRequest requestToRetry, Source session, boolean trusted) EnrollmentResponse(Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session) EnrollmentResponse(Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session, PrivateKeyInfo privateKeyInfo) ESTRequestBuilder(ESTRequest request) ESTResponse(ESTRequest originalRequest, Source source)