Class DecryptionMaterialsRequest
- java.lang.Object
-
- com.amazonaws.encryptionsdk.model.DecryptionMaterialsRequest
-
public final class DecryptionMaterialsRequest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDecryptionMaterialsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DecryptionMaterialsRequestfromCiphertextHeaders(CiphertextHeaders headers)CryptoAlgorithmgetAlgorithm()List<KeyBlob>getEncryptedDataKeys()Map<String,String>getEncryptionContext()static DecryptionMaterialsRequest.BuildernewBuilder()DecryptionMaterialsRequest.BuildertoBuilder()
-
-
-
Method Detail
-
getAlgorithm
public CryptoAlgorithm getAlgorithm()
-
newBuilder
public static DecryptionMaterialsRequest.Builder newBuilder()
-
toBuilder
public DecryptionMaterialsRequest.Builder toBuilder()
-
fromCiphertextHeaders
public static DecryptionMaterialsRequest fromCiphertextHeaders(CiphertextHeaders headers)
-
-