public static final class DecryptionMaterialsRequest.Builder extends Object
Modifier and Type | Method and 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) |
public DecryptionMaterialsRequest build()
public CryptoAlgorithm getAlgorithm()
public DecryptionMaterialsRequest.Builder setAlgorithm(CryptoAlgorithm algorithm)
public DecryptionMaterialsRequest.Builder setEncryptionContext(Map<String,String> encryptionContext)
public DecryptionMaterialsRequest.Builder setEncryptedDataKeys(List<KeyBlob> encryptedDataKeys)
Copyright © 2023. All rights reserved.