Uses of Interface
se.swedenconnect.sigval.cert.validity.crl.CRLCache
Packages that use CRLCache
Package
Description
-
Uses of CRLCache in se.swedenconnect.sigval.cert.chain
Fields in se.swedenconnect.sigval.cert.chain declared as CRLCacheConstructors in se.swedenconnect.sigval.cert.chain with parameters of type CRLCacheModifierConstructorDescriptionprotected
AbstractPathValidator
(X509Certificate targetCert, List<X509Certificate> chain, CRLCache crlCache, PathBuilder pathBuilder, List<TrustAnchor> trustAnchors, CertStore certStore, String id, PropertyChangeListener... propertyChangeListeners) Constructs the chain validator -
Uses of CRLCache in se.swedenconnect.sigval.cert.chain.impl
Methods in se.swedenconnect.sigval.cert.chain.impl with parameters of type CRLCacheModifier and TypeMethodDescriptionCertificatePathValidator.getCertificateValidityChecker
(X509Certificate certificate, X509Certificate issuer, CRLCache crlCache, PropertyChangeListener... propertyChangeListeners) CertificateValidityCheckerFactory.getCertificateValidityChecker
(X509Certificate certificate, X509Certificate issuer, CRLCache crlCache, PropertyChangeListener... propertyChangeListeners) CertificatePathValidatorFactory.getPathValidator
(X509Certificate targetCert, List<X509Certificate> chain, List<TrustAnchor> trustAnchors, CertStore certStore, CRLCache crlCache) StatusCheckingCertificateValidatorImpl.getPathValidator
(X509Certificate targetCert, List<X509Certificate> chain, List<TrustAnchor> trustAnchors, CertStore certStore, CRLCache crlCache) Constructors in se.swedenconnect.sigval.cert.chain.impl with parameters of type CRLCacheModifierConstructorDescriptionCertificatePathValidator
(X509Certificate targetCert, List<X509Certificate> chain, List<TrustAnchor> trustAnchors, CertStore certStore, CRLCache crlCache, PropertyChangeListener... propertyChangeListeners) Constructs the chain validatorStatusCheckingCertificateValidatorImpl
(CRLCache crlCache, CertStore certStore, X509Certificate... defaultTrustAnchors) Constructor for the CertificateValidator implementations -
Uses of CRLCache in se.swedenconnect.sigval.cert.validity.crl.impl
Classes in se.swedenconnect.sigval.cert.validity.crl.impl that implement CRLCacheModifier and TypeClassDescriptionclass
CRL cache implementation.class
CRL cache implementation.Constructors in se.swedenconnect.sigval.cert.validity.crl.impl with parameters of type CRLCacheModifierConstructorDescriptionCRLValidityChecker
(X509Certificate certificate, X509Certificate issuer, CRLCache crlCache, PropertyChangeListener... propertyChangeListeners) -
Uses of CRLCache in se.swedenconnect.sigval.cert.validity.impl
Constructors in se.swedenconnect.sigval.cert.validity.impl with parameters of type CRLCacheModifierConstructorDescriptionBasicCertificateValidityChecker
(X509Certificate certificate, X509Certificate issuer, CRLCache crlCache, PropertyChangeListener... propertyChangeListeners) Constructor for this validity checkerBasicValidityPathChecker
(CRLCache crlCache) Constructor