Skip to content

Commit

Permalink
Updated CMSEncryptionServiceImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Calebasah committed Sep 30, 2024
1 parent 95f666f commit fe2e4d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private OutputStream streamEncrypt(OutputStream dataContentStream, Set<Recipient

return generator.open(
dataContentStream,
new JceCMSContentEncryptorBuilder(algorithm).setProvider(GeneratorModule_ProviderFactory.provider()).setSecureRandom( this.secureRandom).build()
new JceCMSContentEncryptorBuilder(algorithm).setProvider(GeneratorModule_ProviderFactory.provider()).setSecureRandom(this.secureRandom).build()
);
}
}

0 comments on commit fe2e4d2

Please sign in to comment.