Uses of Class
com.amazonaws.encryptionsdk.model.EncryptionMaterials.Builder
-
Packages that use EncryptionMaterials.Builder Package Description com.amazonaws.encryptionsdk.model 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.Builder Modifier and Type Method Description static EncryptionMaterials.BuilderEncryptionMaterials. newBuilder()EncryptionMaterials.BuilderEncryptionMaterials.Builder. setAlgorithm(CryptoAlgorithm algorithm)EncryptionMaterials.BuilderEncryptionMaterials.Builder. setCleartextDataKey(SecretKey cleartextDataKey)EncryptionMaterials.BuilderEncryptionMaterials.Builder. setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)EncryptionMaterials.BuilderEncryptionMaterials.Builder. setEncryptionContext(Map<String,String> encryptionContext)EncryptionMaterials.BuilderEncryptionMaterials.Builder. setMasterKeys(List<MasterKey> masterKeys)EncryptionMaterials.BuilderEncryptionMaterials.Builder. setTrailingSignatureKey(PrivateKey trailingSignatureKey)EncryptionMaterials.BuilderEncryptionMaterials. toBuilder()
-