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.BuilderDecryptionMaterials. newBuilder()DecryptionMaterials.BuilderDecryptionMaterials.Builder. setDataKey(DataKey<?> dataKey)DecryptionMaterials.BuilderDecryptionMaterials.Builder. setTrailingSignatureKey(PublicKey trailingSignatureKey)DecryptionMaterials.BuilderDecryptionMaterials. toBuilder()
-