Class SimpleCRLStore


  • public class SimpleCRLStore
    extends java.security.cert.CertStore
    Provider-less implementation of the CertStore. Is a trivial wrapper around CertStore, which provides a real implementation.
    Author:
    K. Benedyczak
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleCRLStore​(java.security.cert.CertStoreSpi storeSpi)  
    • Method Summary

      • Methods inherited from class java.security.cert.CertStore

        getCertificates, getCertStoreParameters, getCRLs, getDefaultType, getInstance, getInstance, getInstance, getProvider, getType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleCRLStore

        public SimpleCRLStore​(java.security.cert.CertStoreSpi storeSpi)