In my project the requirement exists to update the CRLs from distribution endpoints periodically. The period is usually shorter than the next update timestamp in the CRL itself. Therefore I'd need the capability to set a (default) TTL for entries in org.bouncycastle.jce.provider.CrlCache.
In my project the requirement exists to update the CRLs from distribution endpoints periodically. The period is usually shorter than the next update timestamp in the CRL itself. Therefore I'd need the capability to set a (default) TTL for entries in
org.bouncycastle.jce.provider.CrlCache
.