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.materials
Methods in software.amazon.encryption.s3.materials that return DecryptionMaterials.Builder Modifier and Type Method Description DecryptionMaterials.Builder
DecryptionMaterials.Builder. algorithmSuite(AlgorithmSuite algorithmSuite)
static DecryptionMaterials.Builder
DecryptionMaterials. builder()
DecryptionMaterials.Builder
DecryptionMaterials.Builder. ciphertextLength(long ciphertextLength)
DecryptionMaterials.Builder
DecryptionMaterials.Builder. contentRange(String contentRange)
DecryptionMaterials.Builder
DecryptionMaterials.Builder. cryptoProvider(Provider cryptoProvider)
DecryptionMaterials.Builder
DecryptionMaterials.Builder. encryptionContext(Map<String,String> encryptionContext)
DecryptionMaterials.Builder
DecryptionMaterials.Builder. plaintextDataKey(byte[] plaintextDataKey)
DecryptionMaterials.Builder
DecryptionMaterials.Builder. s3Request(software.amazon.awssdk.services.s3.model.GetObjectRequest s3Request)
DecryptionMaterials.Builder
DecryptionMaterials. toBuilder()
-