Class DirectoryCrlCache
- java.lang.Object
-
- network.oxalis.commons.certvalidator.util.DirectoryCrlCache
-
- All Implemented Interfaces:
CrlCache,CrlFetcher
public class DirectoryCrlCache extends Object implements CrlCache
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description DirectoryCrlCache(Path folder)
-
-
-
Constructor Detail
-
DirectoryCrlCache
public DirectoryCrlCache(Path folder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
get
public X509CRL get(String url) throws CertificateValidationException
- Specified by:
getin interfaceCrlFetcher- Throws:
CertificateValidationException
-
-