public class Store extends Object
| Constructor and Description |
|---|
Store() |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
generateKeyStore()
Generate the key store based on the options.
|
File |
getFile()
File value getter.
|
String |
getPassword()
Password value getter.
|
void |
setFile(File file)
File value setter.
|
void |
setPassword(String password)
Password value setter.
|
public KeyStore generateKeyStore() throws Exception
Exception - In case of any exceptionpublic File getFile()
public void setFile(File file)
file - The new file value.public String getPassword()
public void setPassword(String password)
password - The password file value.Copyright © 2021. All rights reserved.