public class CrlUtils extends Object
| Constructor and Description |
|---|
CrlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static X509CRL |
load(InputStream inputStream) |
static void |
save(OutputStream outputStream,
X509CRL crl) |
public static X509CRL load(InputStream inputStream) throws CRLException
CRLExceptionpublic static void save(OutputStream outputStream, X509CRL crl) throws CRLException, IOException
CRLExceptionIOExceptionCopyright © 2022 NorStella. All rights reserved.