Uses of Interface
org.bouncycastle.est.ESTAuth
-
Packages that use ESTAuth Package Description org.bouncycastle.est A package for processing messages for RFC 7030 "Enrollment over Secure Transport". -
-
Uses of ESTAuth in org.bouncycastle.est
Classes in org.bouncycastle.est that implement ESTAuth Modifier and Type Class Description class
HttpAuth
Provides stock implementations for basic auth and digest auth.Methods in org.bouncycastle.est with parameters of type ESTAuth Modifier and Type Method Description EnrollmentResponse
ESTService. simpleEnroll(boolean reenroll, PKCS10CertificationRequest certificationRequest, ESTAuth auth)
Perform a simple enrollment operation.EnrollmentResponse
ESTService. simpleEnrollPoP(boolean reEnroll, PKCS10CertificationRequestBuilder builder, ContentSigner contentSigner, ESTAuth auth)
Implements Enroll with PoP.
-