| Constructor and Description |
|---|
EncryptedWallet(String dirName, char[] walletPassword)
Creates an encrypted wallet.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkWalletExists(String location)
Determine if a wallet exists at the supplied location.
|
void |
createWallet()
Create a new wallet.
|
void |
deleteWallet()
Delete the wallet file.
|
void |
openWallet()
Opens the Oracle Wallet.
|
closeWallet, createNewWallet, exists, getCredential, getLocation, getORAWalletSecretStore, getSecretStore, getWallet, loadCredentials, loadWallet, removeCredential, setCredential, setLocation, updateWallet, walletExistspublic EncryptedWallet(String dirName, char[] walletPassword) throws FMWCredentialsException
dirName - the location of the walletwalletPassword - the wallet passwordFMWCredentialsException - if an error occurspublic boolean checkWalletExists(String location)
FMWWalletcheckWalletExists in class FMWWalletlocation - wallet location
public void createWallet()
throws IOException
FMWWalletcreateWallet in class FMWWalletIOException - if an error occurs
public void deleteWallet()
throws FMWCredentialsException
WalletFMWCredentialsException - an error occurred when deleting the wallet.
public void openWallet()
throws IOException
FMWWalletopenWallet in class FMWWalletIOException - if an error occurs