Class CrlUtils
- java.lang.Object
-
- network.oxalis.commons.certvalidator.util.CrlUtils
-
public class CrlUtils extends Object
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description CrlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static X509CRLload(InputStream inputStream)static voidsave(OutputStream outputStream, X509CRL crl)
-
-
-
Method Detail
-
load
public static X509CRL load(InputStream inputStream) throws CRLException
- Throws:
CRLException
-
save
public static void save(OutputStream outputStream, X509CRL crl) throws CRLException, IOException
- Throws:
CRLExceptionIOException
-
-