Uses of Class
se.swedenconnect.sigval.cert.validity.crl.CRLInfo
Packages that use CRLInfo
Package
Description
- 
Uses of CRLInfo in se.swedenconnect.sigval.cert.validity.crl
Methods in se.swedenconnect.sigval.cert.validity.crl that return CRLInfoModifier and TypeMethodDescriptionObtains the current CRL specified by a CRL access URLCRLCache.getCRL(org.bouncycastle.asn1.x509.CRLDistPoint crlDistributionPointExt) Obtains the current CRL indicated by a CRL distribution point extension and add this CRL to the active cache. - 
Uses of CRLInfo in se.swedenconnect.sigval.cert.validity.crl.impl
Methods in se.swedenconnect.sigval.cert.validity.crl.impl that return CRLInfoModifier and TypeMethodDescriptionRetrieves a CRL from the CRL cache.CRLCacheImpl.getCRL(org.bouncycastle.asn1.x509.CRLDistPoint crlDistributionPointExt) This function is a more practical use of the cache rather than asking for a particular cached URL.Retrieves a CRL from the CRL cache.InMemoryCRLCache.getCRL(org.bouncycastle.asn1.x509.CRLDistPoint crlDistributionPointExt) This function is a more practical use of the cache rather than asking for a particular cached URL.