public class KeyStoreWriter extends Object
| Constructor and Description |
|---|
KeyStoreWriter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
write(KeyStore ks,
OutputStream out,
char[] password) |
static void |
write(KeyStore ks,
String filename,
char[] password) |
public static void write(KeyStore ks, String filename, char[] password) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionpublic static void write(KeyStore ks, OutputStream out, char[] password) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionCopyright © 2017. All rights reserved.