Class SimpleCRLStore
- java.lang.Object
-
- java.security.cert.CertStore
-
- eu.emi.security.authn.x509.helpers.crl.SimpleCRLStore
-
public class SimpleCRLStore extends java.security.cert.CertStore
Provider-less implementation of the CertStore. Is a trivial wrapper aroundCertStore
, which provides a real implementation.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description SimpleCRLStore(java.security.cert.CertStoreSpi storeSpi)
-