public interface LCRLoader
| Modifier and Type | Method and Description |
|---|---|
X509CRL |
get(byte[] dists,
Date date) |
X509CRL |
get(List<String> dists,
Date date) |
X509CRL get(byte[] dists, Date date) throws CertificateException, CRLException, IOException
X509CRL get(List<String> dists, Date date) throws CertificateException, CRLException, IOException
Copyright © 2020. All rights reserved.