Class EncryptionMaterials.Builder
java.lang.Object
com.amazonaws.encryptionsdk.model.EncryptionMaterials.Builder
- Enclosing class:
- EncryptionMaterials
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setAlgorithm(CryptoAlgorithm algorithm)setCleartextDataKey(SecretKey cleartextDataKey)setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)setEncryptionContext(Map<String,String> encryptionContext)setMasterKeys(List<MasterKey> masterKeys)setTrailingSignatureKey(PrivateKey trailingSignatureKey)
-
Method Details
-
build
-
getAlgorithm
-
setAlgorithm
-
getEncryptionContext
-
setEncryptionContext
-
getEncryptedDataKeys
-
setEncryptedDataKeys
-
getCleartextDataKey
-
setCleartextDataKey
-
getTrailingSignatureKey
-
setTrailingSignatureKey
-
getMasterKeys
-
setMasterKeys
-