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, walletExists
public EncryptedWallet(String dirName, char[] walletPassword) throws FMWCredentialsException
FMWCredentialsException
public boolean checkWalletExists(String location)
checkWalletExists
in class FMWWallet
public void createWallet() throws IOException
createWallet
in class FMWWallet
IOException
public void deleteWallet() throws FMWCredentialsException
Wallet
FMWCredentialsException
- an error occurred when deleting the wallet.public void openWallet() throws IOException
openWallet
in class FMWWallet
IOException