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.Builder
EncryptionMaterials. newBuilder()
EncryptionMaterials.Builder
EncryptionMaterials.Builder. setAlgorithm(CryptoAlgorithm algorithm)
EncryptionMaterials.Builder
EncryptionMaterials.Builder. setCleartextDataKey(SecretKey cleartextDataKey)
EncryptionMaterials.Builder
EncryptionMaterials.Builder. setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
EncryptionMaterials.Builder
EncryptionMaterials.Builder. setEncryptionContext(Map<String,String> encryptionContext)
EncryptionMaterials.Builder
EncryptionMaterials.Builder. setMasterKeys(List<MasterKey> masterKeys)
EncryptionMaterials.Builder
EncryptionMaterials.Builder. setTrailingSignatureKey(PrivateKey trailingSignatureKey)
EncryptionMaterials.Builder
EncryptionMaterials. toBuilder()
-