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 EncryptedDataKeyContentMetadata. encryptedDataKey()Methods in software.amazon.encryption.s3.internal with parameters of type EncryptedDataKey Modifier and Type Method Description ContentMetadata.BuilderContentMetadata.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 EncryptedDataKeyEncryptedDataKey.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.BuilderDecryptMaterialsRequest.Builder. encryptedDataKeys(List<EncryptedDataKey> encryptedDataKeys)EncryptionMaterials.BuilderEncryptionMaterials.Builder. encryptedDataKeys(List<EncryptedDataKey> encryptedDataKeys)DecryptionMaterialsKeyring. onDecrypt(DecryptionMaterials materials, List<EncryptedDataKey> encryptedDataKeys)DecryptionMaterialsS3Keyring. onDecrypt(DecryptionMaterials materials, List<EncryptedDataKey> encryptedDataKeys)
-