Uses of Class
software.amazon.encryption.s3.materials.DecryptionMaterials.Builder
- 
Packages that use DecryptionMaterials.Builder Package Description software.amazon.encryption.s3.materials 
- 
- 
Uses of DecryptionMaterials.Builder in software.amazon.encryption.s3.materialsMethods in software.amazon.encryption.s3.materials that return DecryptionMaterials.Builder Modifier and Type Method Description DecryptionMaterials.BuilderDecryptionMaterials.Builder. algorithmSuite(AlgorithmSuite algorithmSuite)static DecryptionMaterials.BuilderDecryptionMaterials. builder()DecryptionMaterials.BuilderDecryptionMaterials.Builder. ciphertextLength(long ciphertextLength)DecryptionMaterials.BuilderDecryptionMaterials.Builder. contentRange(String contentRange)DecryptionMaterials.BuilderDecryptionMaterials.Builder. cryptoProvider(Provider cryptoProvider)DecryptionMaterials.BuilderDecryptionMaterials.Builder. encryptionContext(Map<String,String> encryptionContext)DecryptionMaterials.BuilderDecryptionMaterials.Builder. materialsDescription(MaterialsDescription materialsDescription)DecryptionMaterials.BuilderDecryptionMaterials.Builder. plaintextDataKey(byte[] plaintextDataKey)DecryptionMaterials.BuilderDecryptionMaterials.Builder. s3Request(software.amazon.awssdk.services.s3.model.GetObjectRequest s3Request)DecryptionMaterials.BuilderDecryptionMaterials. toBuilder()
 
-