public class LmkBundleUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LmkBundle |
createInstance(java.security.PrivateKey privateKey,
java.security.cert.Certificate[] chain) |
static LmkBundle |
load(java.nio.file.Path path,
char[] passphrase) |
static void |
renew(java.nio.file.Path path,
char[] passphrase) |
public static LmkBundle createInstance(java.security.PrivateKey privateKey, java.security.cert.Certificate[] chain) throws java.lang.Exception
java.lang.Exception
public static LmkBundle load(java.nio.file.Path path, char[] passphrase) throws CodecException, MarshalException, java.io.IOException
CodecException
MarshalException
java.io.IOException
public static void renew(java.nio.file.Path path, char[] passphrase) throws java.lang.Exception
java.lang.Exception