public interface CRLFetcher
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
fetch(Object crl)
Fetches a single of crl from the specified resource
and returns it.
|
Set<X509CRL> |
fetch(Set<? extends Object> crls)
Fetches a collection of crls from the specified resources
and returns a map of CRLs each tracked by its url.
|
Set<X509CRL> fetch(@NotNull@Size(min=1) Set<? extends Object> crls) throws Exception
crls - resources to retrieveException - the exception thrown if resources cant be fetchedCopyright © 2004-2015 Apereo. All Rights Reserved.