eu.emi.security.authn.x509.helpers.crl
Class SimpleCRLStore

java.lang.Object
  extended by java.security.cert.CertStore
      extended by eu.emi.security.authn.x509.helpers.crl.SimpleCRLStore

public class SimpleCRLStore
extends CertStore

Provider-less implementation of the CertStore. Is a trivial wrapper around CertStore, which provides a real implementation.

Author:
K. Benedyczak

Constructor Summary
SimpleCRLStore(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(CertStoreSpi storeSpi)


Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.