public class KeyStoreGenerator extends Object
Constructor and Description |
---|
KeyStoreGenerator() |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
getKeyStore()
This method is for retrieving instance of Key Store.
|
static void |
loadToStore(KeyStore keyStore,
char[] keyStorePassword,
String keyStorePath)
This method loads the MDM keystore.
|
public static void loadToStore(KeyStore keyStore, char[] keyStorePassword, String keyStorePath) throws KeyStoreGenerationException
keyStore
- - MDM KeystorekeyStorePassword
- - Keystore PasswordkeyStorePath
- - Keystore pathKeyStoreGenerationException
public static KeyStore getKeyStore() throws KeyStoreGenerationException
KeyStoreGenerationException
Copyright © 2017 WSO2. All rights reserved.