Uses of Class
org.bouncycastle.est.jcajce.JcaHttpAuthBuilder
-
Packages that use JcaHttpAuthBuilder Package Description org.bouncycastle.est.jcajce JCA/JCE/JSSE support Enrollment over Secure Transport. -
-
Uses of JcaHttpAuthBuilder in org.bouncycastle.est.jcajce
Methods in org.bouncycastle.est.jcajce that return JcaHttpAuthBuilder Modifier and Type Method Description JcaHttpAuthBuilder
JcaHttpAuthBuilder. setNonceGenerator(SecureRandom random)
Set the SecureRandom to be used as a source of nonces.JcaHttpAuthBuilder
JcaHttpAuthBuilder. setProvider(String providerName)
Set the provider to use to provide the needed message digests.JcaHttpAuthBuilder
JcaHttpAuthBuilder. setProvider(Provider provider)
Set the provider to use to provide the needed message digests.
-