X509RevocationChecker.Builder |
X509RevocationChecker.Builder.addCrls(CertStore crls) |
Add a collection of CRLs to the checker.
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.addCrls(org.bouncycastle.util.Store<CRL> crls) |
Add a collection of CRLs to the checker.
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.setCheckEndEntityOnly(boolean isTrue) |
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.setSoftFail(boolean isTrue,
long maxTime) |
Configure soft failure if CRLs/OCSP not available.
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.setSoftFailHardLimit(boolean isTrue,
long maxTime) |
Configure soft failure with a hard limit if CRLs/OCSP not available.
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.setValidityModel(int validityModel) |
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.usingProvider(String providerName) |
Configure to use the installed provider with name ProviderName.
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.usingProvider(Provider provider) |
Configure to use the installed provider with name ProviderName.
|