Uses of Class
org.bouncycastle.pkix.jcajce.X509RevocationChecker.Builder
Packages that use X509RevocationChecker.Builder
-
Uses of X509RevocationChecker.Builder in org.bouncycastle.pkix.jcajce
Methods in org.bouncycastle.pkix.jcajce that return X509RevocationChecker.BuilderModifier and TypeMethodDescriptionAdd a collection of CRLs to the checker.Add a collection of CRLs to the checker.X509RevocationChecker.Builder.setCheckEndEntityOnly(boolean isTrue) Set the current date for checking if not today.X509RevocationChecker.Builder.setSoftFail(boolean isTrue, long maxTime) Configure soft failure if CRLs/OCSP not available.X509RevocationChecker.Builder.setSoftFailHardLimit(boolean isTrue, long maxTime) Configure soft failure with a hard limit if CRLs/OCSP not available.X509RevocationChecker.Builder.setValidityModel(int validityModel) X509RevocationChecker.Builder.usingProvider(String providerName) Configure to use the installed provider with name ProviderName.X509RevocationChecker.Builder.usingProvider(Provider provider) Configure to use the installed provider with name ProviderName.