Uses of Class
com.oracle.bmc.encryption.OciCryptoInputStream
-
Packages that use OciCryptoInputStream Package Description com.oracle.bmc.encryption com.oracle.bmc.encryption.internal -
-
Uses of OciCryptoInputStream in com.oracle.bmc.encryption
Methods in com.oracle.bmc.encryption that return OciCryptoInputStream Modifier and Type Method 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. -
Uses of OciCryptoInputStream in com.oracle.bmc.encryption.internal
Subclasses of OciCryptoInputStream in com.oracle.bmc.encryption.internal Modifier and Type Class Description class
DecryptionStream
class
EncryptionStream
Methods in com.oracle.bmc.encryption.internal that return types with arguments of type OciCryptoInputStream Modifier and Type Method Description CipherHandler.WithEncryptionHeader<OciCryptoInputStream>
DecryptionHandler. getDecryptInputStream(InputStream inputStream)
CipherHandler.WithEncryptionHeader<OciCryptoInputStream>
EncryptionHandler. getEncryptInputStream(InputStream inputStream, Map<String,String> context)
-