Uses of Interface
org.bouncycastle.est.Source
-
Packages that use Source Package Description org.bouncycastle.est A package for processing messages for RFC 7030 "Enrollment over Secure Transport". -
-
Uses of Source in org.bouncycastle.est
Methods in org.bouncycastle.est that return Source Modifier and Type Method Description Source
CSRRequestResponse. getSource()
Source
EnrollmentResponse. getSource()
Source
ESTResponse. getSource()
Source
ESTClientSourceProvider. makeSource(String host, int port)
Methods in org.bouncycastle.est with parameters of type Source Modifier and Type Method Description ESTResponse
ESTHijacker. hijack(ESTRequest req, Source sock)
ESTRequest
ESTSourceConnectionListener. onConnection(Source<T> source, ESTRequest request)
Constructors in org.bouncycastle.est with parameters of type Source Constructor Description CACertsResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, org.bouncycastle.util.Store<X509CRLHolder> crlHolderStore, ESTRequest requestToRetry, Source session, boolean trusted)
CSRRequestResponse(CSRAttributesResponse attributesResponse, Source session)
EnrollmentResponse(org.bouncycastle.util.Store<X509CertificateHolder> store, long notBefore, ESTRequest requestToRetry, Source session)
ESTResponse(ESTRequest originalRequest, Source source)
-