Class DecryptionMaterialsHandler
- java.lang.Object
-
- com.amazonaws.encryptionsdk.model.DecryptionMaterialsHandler
-
public class DecryptionMaterialsHandler extends Object
Handler to abstract the differences between the originalDecryptionMaterials
and the MPL'sDecryptionMaterials
.
-
-
Constructor Summary
Constructors Constructor Description DecryptionMaterialsHandler(DecryptionMaterials materials)
DecryptionMaterialsHandler(software.amazon.cryptography.materialproviders.model.DecryptionMaterials mplMaterials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataKey<?>
getDataKey()
Map<String,String>
getEncryptionContext()
List<String>
getRequiredEncryptionContextKeys()
PublicKey
getTrailingSignatureKey()
-
-
-
Constructor Detail
-
DecryptionMaterialsHandler
public DecryptionMaterialsHandler(DecryptionMaterials materials)
-
DecryptionMaterialsHandler
public DecryptionMaterialsHandler(software.amazon.cryptography.materialproviders.model.DecryptionMaterials mplMaterials)
-
-