Uses of Class
com.oracle.bmc.encryption.internal.EncryptionHeader
-
Packages that use EncryptionHeader Package Description com.oracle.bmc.encryption com.oracle.bmc.encryption.internal -
-
Uses of EncryptionHeader in com.oracle.bmc.encryption
Fields in com.oracle.bmc.encryption declared as EncryptionHeader Modifier and Type Field Description protected EncryptionHeader
OciCryptoInputStream. header
Constructors in com.oracle.bmc.encryption with parameters of type EncryptionHeader Constructor Description OciCryptoInputStream(EncryptionHeader header)
OciCryptoResult(byte[] result, EncryptionHeader header)
-
Uses of EncryptionHeader in com.oracle.bmc.encryption.internal
Methods in com.oracle.bmc.encryption.internal that return EncryptionHeader Modifier and Type Method Description EncryptionHeader
SerializeHeader. createHeader(DataKey dataKey, byte[] IVbytes, Map<String,String> context)
EncryptionHeader
SerializeHeader. deserializeJsonHeader(byte[] header)
EncryptionHeader
CipherHandler.WithEncryptionHeader. getEncryptionHeader()
EncryptionHeader
SerializeHeader. readHeader(InputStream decryptInputStream)
Methods in com.oracle.bmc.encryption.internal with parameters of type EncryptionHeader Modifier and Type Method Description protected SecretKeySpec
CipherHandler. getSecretKeySpec(EncryptionHeader encryptionHeader, KmsMasterKey decryptionKmsMasterKey)
Cipher
CipherHandler. initCipher(int mode, SecretKeySpec dataKeySpec, EncryptionHeader encryptionHeader)
Constructors in com.oracle.bmc.encryption.internal with parameters of type EncryptionHeader Constructor Description DecryptionStream(InputStream inputStream, Cipher cipher, EncryptionHeader header)
EncryptionStream(InputStream inputStream, Cipher cipher, EncryptionHeader header)
WithEncryptionHeader(T result, EncryptionHeader encryptionHeader)
-