Class Wallets.Archives
java.lang.Object
io.micronaut.oraclecloud.atp.wallet.Wallets.Archives
- Enclosing class:
- Wallets
- 
Method SummaryModifier and TypeMethodDescriptionread(InputStream content) Read the a Wallet Archive containing at least acwallet.ssoand optionally atnsnames.oraread(InputStream content, char[] password) Read the a Wallet Archive containing at least aewallet.p12and optionally atnsnames.oraRead the a Wallet Archive containing at least acwallet.ssoand optionally atnsnames.oraRead the a Wallet Archive containing at least aewallet.p12and optionally atnsnames.ora
- 
Method Details- 
readRead the a Wallet Archive containing at least acwallet.ssoand optionally atnsnames.ora- Parameters:
- path- The path of the zip archive
- Returns:
- WalletArchive instance
- Throws:
- IOException- if an error occurs reading the archive
 
- 
readRead the a Wallet Archive containing at least aewallet.p12and optionally atnsnames.ora- Parameters:
- path- The path of the zip archive
- password- The password used to protect- ewallet.p12
- Returns:
- WalletArchive instance
- Throws:
- IOException- if an error occurs reading the archive
 
- 
readRead the a Wallet Archive containing at least acwallet.ssoand optionally atnsnames.ora- Parameters:
- content- The contents of the Wallet archive
- Returns:
- WalletArchive instance
- Throws:
- IOException- if an error occurs reading the archive
 
- 
readRead the a Wallet Archive containing at least aewallet.p12and optionally atnsnames.ora- Parameters:
- content- The content of the io.micronaut.oraclecloud.adb.wallet archive
- password- The password used to protect- ewallet.p12
- Returns:
- WalletArchive instance
- Throws:
- IOException- if an error occurs reading the archive
 
 
-