| Constructor and Description |
|---|
EncryptedWallet(String dirName, char[] walletPassword) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkWalletExists(String location) |
void |
createWallet() |
void |
deleteWallet()
Delete the wallet file.
|
void |
openWallet() |
closeWallet, createNewWallet, exists, getCredential, getLocation, getORAWalletSecretStore, getSecretStore, getWallet, loadCredentials, loadWallet, removeCredential, setCredential, setLocation, updateWallet, walletExistspublic EncryptedWallet(String dirName, char[] walletPassword) throws FMWCredentialsException
FMWCredentialsExceptionpublic boolean checkWalletExists(String location)
checkWalletExists in class FMWWallet
public void createWallet()
throws IOException
createWallet in class FMWWalletIOException
public void deleteWallet()
throws FMWCredentialsException
WalletFMWCredentialsException - an error occurred when deleting the wallet.
public void openWallet()
throws IOException
openWallet in class FMWWalletIOException