Class CRLUtil
- java.lang.Object
-
- de.trustable.ca3s.core.service.util.CRLUtil
-
@Service public class CRLUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description CRLUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509CRLdownloadCRL(String crlURL)Downloads CRL from given URL.
-
-
-
Method Detail
-
downloadCRL
@Cacheable("CRLs") public X509CRL downloadCRL(String crlURL) throws IOException, CertificateException, CRLException, NamingExceptionDownloads CRL from given URL. Supports http, https, ftp and ldap based URLs.
-
-