Package | Description |
---|---|
com.oracle.bmc.encryption | |
com.oracle.bmc.encryption.internal |
Modifier and Type | Class and Description |
---|---|
class |
KmsMasterKeyProvider
Represents a KmsMasterKeyProvider that holds KmsMasterKeys.
|
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.
|
OciCryptoResult |
OciCrypto.decryptData(MasterKeyProvider masterKeyProvider,
byte[] data)
Decrypts data.
|
OciCryptoResult |
OciCrypto.encryptData(MasterKeyProvider masterKeyProvider,
byte[] data)
Encrypts data.
|
OciCryptoResult |
OciCrypto.encryptData(MasterKeyProvider masterKeyProvider,
byte[] data,
Map<String,String> context)
Encrypts data.
|
Modifier and Type | Field and Description |
---|---|
protected MasterKeyProvider |
CipherHandler.provider |
Constructor and Description |
---|
CipherHandler(MasterKeyProvider provider) |
DecryptionHandler(MasterKeyProvider provider) |
EncryptionHandler(MasterKeyProvider provider) |
SerializeHeader(MasterKeyProvider provider) |
Copyright © 2016–2024. All rights reserved.