Uses of Class
org.bouncycastle.est.ESTException
-
Packages that use ESTException Package Description org.bouncycastle.est A package for processing messages for RFC 7030 "Enrollment over Secure Transport". -
-
Uses of ESTException in org.bouncycastle.est
Methods in org.bouncycastle.est that throw ESTException Modifier and Type Method Description CACertsResponse
ESTService. getCACerts()
Query the EST server for ca certificates.CSRRequestResponse
ESTService. getCSRAttributes()
Fetch he CSR Attributes from the server.ESTClient
ESTClientProvider. makeClient()
Constructors in org.bouncycastle.est that throw ESTException Constructor Description CSRAttributesResponse(byte[] responseEncoding)
Create a CSRAttributesResponse from the passed in bytes.CSRAttributesResponse(org.bouncycastle.asn1.est.CsrAttrs csrAttrs)
Create a CSRAttributesResponse from the passed in ASN.1 structure.
-