Uses of Class
com.amazonaws.encryptionsdk.model.DecryptionMaterials.Builder
Packages that use DecryptionMaterials.Builder
Package
Description
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.BuilderModifier and TypeMethodDescriptionstatic DecryptionMaterials.Builder
DecryptionMaterials.newBuilder()
DecryptionMaterials.Builder.setDataKey(DataKey<?> dataKey)
DecryptionMaterials.Builder.setTrailingSignatureKey(PublicKey trailingSignatureKey)
DecryptionMaterials.toBuilder()