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