public interface CRLFetcher
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.X509CRL |
fetch(java.lang.Object crl)
Fetches a single of crl from the specified resource
and returns it.
|
java.util.Set<java.security.cert.X509CRL> |
fetch(java.util.Set<? extends java.lang.Object> crls)
Fetches a collection of crls from the specified resources
and returns a map of CRLs each tracked by its url.
|
java.util.Set<java.security.cert.X509CRL> fetch(@NotNull@Size(min=1)
java.util.Set<? extends java.lang.Object> crls)
throws java.lang.Exception
crls - resources to retrievejava.lang.Exception - the exception thrown if resources cant be fetchedjava.security.cert.X509CRL fetch(@NotNull
java.lang.Object crl)
throws java.lang.Exception
crl - resources to retrievejava.lang.Exception - the exception thrown if resources cant be fetched