public class KeyStoreUtil extends Object
Constructor and Description |
---|
KeyStoreUtil() |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
getKeyStore(String file_name,
char[] storepass) |
public static KeyStore getKeyStore(String file_name, char[] storepass) throws IOException, GeneralSecurityException
file_name
- - a keystore file name to be loadedstorepass
- - the password for managing the keystoreIOException
GeneralSecurityException
Copyright © 2016 JacORB. All rights reserved.