Package | Description |
---|---|
com.oracle.bmc.encryption | |
com.oracle.bmc.encryption.internal |
Modifier and Type | Method and Description |
---|---|
OciCryptoInputStream |
OciCrypto.createDecryptingStream(MasterKeyProvider masterKeyProvider,
InputStream inputStream)
Creates a new CryptoInputStream that allows reading decrypted data from the underlying
encrypted stream.
|
OciCryptoInputStream |
OciCrypto.createEncryptingStream(MasterKeyProvider masterKeyProvider,
InputStream inputStream)
Creates a new CryptoInputStream that allows reading data from the encrypted stream under the
provided master key.
|
OciCryptoInputStream |
OciCrypto.createEncryptingStream(MasterKeyProvider masterKeyProvider,
InputStream inputStream,
Map<String,String> context)
Creates a new CryptoInputStream that allows reading data from the encrypted stream under the
provided master key.
|
Modifier and Type | Class and Description |
---|---|
class |
DecryptionStream |
class |
EncryptionStream |
Modifier and Type | Method and Description |
---|---|
CipherHandler.WithEncryptionHeader<OciCryptoInputStream> |
DecryptionHandler.getDecryptInputStream(InputStream inputStream) |
CipherHandler.WithEncryptionHeader<OciCryptoInputStream> |
EncryptionHandler.getEncryptInputStream(InputStream inputStream,
Map<String,String> context) |
Copyright © 2016–2024. All rights reserved.