public interface KeystoreFileCreator
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeystoreFileCreator.NonzeroExitFromCertProgramException |
| Modifier and Type | Method and Description |
|---|---|
void |
createPemFile(File pkcs12File,
String keystorePassword,
File pemFile) |
void |
createPKCS12File(KeystoreInput keystore,
File p12File) |
static File |
createUniquePathname(File parentDir,
String suffix,
Random random) |
static File createUniquePathname(File parentDir, @Nullable String suffix, Random random)
void createPKCS12File(KeystoreInput keystore, File p12File) throws IOException
IOExceptionvoid createPemFile(File pkcs12File, String keystorePassword, File pemFile) throws IOException
IOExceptionCopyright © 2016–2018. All rights reserved.