Uses of Class
software.amazon.encryption.s3.materials.EncryptedDataKey
-
Packages that use EncryptedDataKey Package Description software.amazon.encryption.s3.internal software.amazon.encryption.s3.materials -
-
Uses of EncryptedDataKey in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal that return EncryptedDataKey Modifier and Type Method Description EncryptedDataKey
ContentMetadata. encryptedDataKey()
Methods in software.amazon.encryption.s3.internal with parameters of type EncryptedDataKey Modifier and Type Method Description ContentMetadata.Builder
ContentMetadata.Builder. encryptedDataKey(EncryptedDataKey encryptedDataKey)
-
Uses of EncryptedDataKey in software.amazon.encryption.s3.materials
Methods in software.amazon.encryption.s3.materials that return EncryptedDataKey Modifier and Type Method Description EncryptedDataKey
EncryptedDataKey.Builder. build()
Methods in software.amazon.encryption.s3.materials that return types with arguments of type EncryptedDataKey Modifier and Type Method Description List<EncryptedDataKey>
DecryptMaterialsRequest. encryptedDataKeys()
Note that the underlying implementation uses a Collections.unmodifiableList which is immutable.List<EncryptedDataKey>
EncryptionMaterials. encryptedDataKeys()
Note that the underlying implementation uses a Collections.unmodifiableList which is immutable.Method parameters in software.amazon.encryption.s3.materials with type arguments of type EncryptedDataKey Modifier and Type Method Description DecryptMaterialsRequest.Builder
DecryptMaterialsRequest.Builder. encryptedDataKeys(List<EncryptedDataKey> encryptedDataKeys)
EncryptionMaterials.Builder
EncryptionMaterials.Builder. encryptedDataKeys(List<EncryptedDataKey> encryptedDataKeys)
DecryptionMaterials
Keyring. onDecrypt(DecryptionMaterials materials, List<EncryptedDataKey> encryptedDataKeys)
DecryptionMaterials
S3Keyring. onDecrypt(DecryptionMaterials materials, List<EncryptedDataKey> encryptedDataKeys)
-