Package | Description |
---|---|
org.bouncycastle.pkix.jcajce |
Modifier and Type | Method and Description |
---|---|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.addCrls(CertStore crls)
Add a collection of CRLs to the checker.
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.addCrls(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.usingProvider(Provider provider)
Configure to use the installed provider with name ProviderName.
|
X509RevocationChecker.Builder |
X509RevocationChecker.Builder.usingProvider(String providerName)
Configure to use the installed provider with name ProviderName.
|
Copyright © 2020 BouncyCastle.org. All rights reserved.