public interface CRLFetcher
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.security.cert.X509CRL> |
fetch(java.util.Collection<org.springframework.core.io.Resource> crls)
Fetches a collection of crls from the specified resources
and returns a map of CRLs each tracked by its url.
|
java.security.cert.X509CRL |
fetch(org.springframework.core.io.Resource crl)
Fetches a single of crl from the specified resource
and returns it.
|
java.security.cert.X509CRL |
fetch(java.lang.String crl)
Fetches a single of crl from the specified resource
and returns it.
|
java.security.cert.X509CRL |
fetch(java.net.URI crl)
Fetches a single of crl from the specified resource
and returns it.
|
java.security.cert.X509CRL |
fetch(java.net.URL crl)
Fetches a single of crl from the specified resource
and returns it.
|
java.util.Collection<java.security.cert.X509CRL> fetch(@Size(min=1) java.util.Collection<org.springframework.core.io.Resource> crls) throws java.io.IOException, java.security.cert.CRLException, java.security.cert.CertificateException
crls
- resources to retrievejava.io.IOException
- the exception thrown if resources cant be fetchedjava.security.cert.CRLException
- the exception thrown if resources cant be fetchedjava.security.cert.CertificateException
- the exception thrown if resources cant be fetchedjava.security.cert.X509CRL fetch(java.lang.String crl) throws java.io.IOException, java.security.cert.CRLException, java.security.cert.CertificateException
crl
- resources to retrievejava.io.IOException
- the exception thrown if resources cant be fetchedjava.security.cert.CRLException
- the exception thrown if resources cant be fetchedjava.security.cert.CertificateException
- the exception thrown if resources cant be fetchedjava.security.cert.X509CRL fetch(java.net.URI crl) throws java.io.IOException, java.security.cert.CRLException, java.security.cert.CertificateException
crl
- resources to retrievejava.io.IOException
- the exception thrown if resources cant be fetchedjava.security.cert.CRLException
- the exception thrown if resources cant be fetchedjava.security.cert.CertificateException
- the exception thrown if resources cant be fetchedjava.security.cert.X509CRL fetch(java.net.URL crl) throws java.io.IOException, java.security.cert.CRLException, java.security.cert.CertificateException
crl
- resources to retrievejava.io.IOException
- the exception thrown if resources cant be fetchedjava.security.cert.CRLException
- the exception thrown if resources cant be fetchedjava.security.cert.CertificateException
- the exception thrown if resources cant be fetchedjava.security.cert.X509CRL fetch(org.springframework.core.io.Resource crl) throws java.io.IOException, java.security.cert.CRLException, java.security.cert.CertificateException
crl
- resources to retrievejava.io.IOException
- the exception thrown if resources cant be fetchedjava.security.cert.CRLException
- the exception thrown if resources cant be fetchedjava.security.cert.CertificateException
- the exception thrown if resources cant be fetched