Package org.xipki.ca.api.mgmt
Class CaConfs
- java.lang.Object
-
- org.xipki.ca.api.mgmt.CaConfs
-
public class CaConfs extends Object
Helper class to convert the CA configuration.- Since:
- 2.1.0
- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStreamconvertFileConfToZip(String confFilename)static voidmarshal(CaConfType.CaSystem root, OutputStream out)
-
-
-
Method Detail
-
marshal
public static void marshal(CaConfType.CaSystem root, OutputStream out) throws org.xipki.util.exception.InvalidConfException, IOException
- Throws:
org.xipki.util.exception.InvalidConfExceptionIOException
-
convertFileConfToZip
public static InputStream convertFileConfToZip(String confFilename) throws IOException, org.xipki.util.exception.InvalidConfException
- Throws:
IOExceptionorg.xipki.util.exception.InvalidConfException
-
-