Uses of Class
com.amazonaws.encryptionsdk.model.DecryptionMaterials.Builder
-
Packages that use DecryptionMaterials.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 DecryptionMaterials.Builder in com.amazonaws.encryptionsdk.model
Methods in com.amazonaws.encryptionsdk.model that return DecryptionMaterials.Builder Modifier and Type Method Description static DecryptionMaterials.Builder
DecryptionMaterials. newBuilder()
DecryptionMaterials.Builder
DecryptionMaterials.Builder. setDataKey(DataKey<?> dataKey)
DecryptionMaterials.Builder
DecryptionMaterials.Builder. setTrailingSignatureKey(PublicKey trailingSignatureKey)
DecryptionMaterials.Builder
DecryptionMaterials. toBuilder()
-