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
GeneralSecurityException
IOException
public static void write(KeyStore ks, OutputStream out, char[] password) throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
Copyright © 2017. All rights reserved.