Uses of Interface
org.bouncycastle.est.jcajce.JsseHostnameAuthorizer
-
Packages that use JsseHostnameAuthorizer Package Description org.bouncycastle.est.jcajce JCA/JCE/JSSE support Enrollment over Secure Transport. -
-
Uses of JsseHostnameAuthorizer in org.bouncycastle.est.jcajce
Classes in org.bouncycastle.est.jcajce that implement JsseHostnameAuthorizer Modifier and Type Class Description class
JsseDefaultHostnameAuthorizer
A typical hostname authorizer for verifying a hostname against the available certificates.Fields in org.bouncycastle.est.jcajce declared as JsseHostnameAuthorizer Modifier and Type Field Description protected JsseHostnameAuthorizer
JsseESTServiceBuilder. hostNameAuthorizer
Methods in org.bouncycastle.est.jcajce with parameters of type JsseHostnameAuthorizer Modifier and Type Method Description JsseESTServiceBuilder
JsseESTServiceBuilder. withHostNameAuthorizer(JsseHostnameAuthorizer hostNameAuthorizer)
-