Class DecryptionMaterialsRequest.Builder
- java.lang.Object
-
- com.amazonaws.encryptionsdk.model.DecryptionMaterialsRequest.Builder
-
- Enclosing class:
- DecryptionMaterialsRequest
public static final class DecryptionMaterialsRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecryptionMaterialsRequest
build()
CryptoAlgorithm
getAlgorithm()
List<KeyBlob>
getEncryptedDataKeys()
Map<String,String>
getEncryptionContext()
DecryptionMaterialsRequest.Builder
setAlgorithm(CryptoAlgorithm algorithm)
DecryptionMaterialsRequest.Builder
setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
DecryptionMaterialsRequest.Builder
setEncryptionContext(Map<String,String> encryptionContext)
-
-
-
Method Detail
-
build
public DecryptionMaterialsRequest build()
-
getAlgorithm
public CryptoAlgorithm getAlgorithm()
-
setAlgorithm
public DecryptionMaterialsRequest.Builder setAlgorithm(CryptoAlgorithm algorithm)
-
setEncryptionContext
public DecryptionMaterialsRequest.Builder setEncryptionContext(Map<String,String> encryptionContext)
-
setEncryptedDataKeys
public DecryptionMaterialsRequest.Builder setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
-
-