Package | Description |
---|---|
com.oracle.bmc.encryption | |
com.oracle.bmc.encryption.internal |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
OciCryptoResult |
DecryptionHandler.decrypt(byte[] dataWithHeader) |
OciCryptoResult |
EncryptionHandler.encrypt(byte[] data,
Map<String,String> context) |
Copyright © 2016–2024. All rights reserved.