Uses of Class
com.amazonaws.encryptionsdk.model.EncryptionMaterials.Builder
Packages that use EncryptionMaterials.Builder
Package
Description
Contains the classes that implement the defined message format for storing the encrypted content
and the data key.
-
Uses of EncryptionMaterials.Builder in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model that return EncryptionMaterials.BuilderModifier and TypeMethodDescriptionstatic EncryptionMaterials.Builder
EncryptionMaterials.newBuilder()
EncryptionMaterials.Builder.setAlgorithm(CryptoAlgorithm algorithm)
EncryptionMaterials.Builder.setCleartextDataKey(SecretKey cleartextDataKey)
EncryptionMaterials.Builder.setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
EncryptionMaterials.Builder.setEncryptionContext(Map<String,String> encryptionContext)
EncryptionMaterials.Builder.setMasterKeys(List<MasterKey> masterKeys)
EncryptionMaterials.Builder.setTrailingSignatureKey(PrivateKey trailingSignatureKey)
EncryptionMaterials.toBuilder()