justinludwig / jpgpj

Java Pretty Good Privacy Jig
MIT License
74 stars 20 forks source link

Add support for JCA security providers #39

Closed smirandamedallia closed 2 years ago

smirandamedallia commented 2 years ago
smirandamedallia commented 2 years ago

I have upgraded the version number since BC provider must be present in the list of providers or the Provider must be set before performing PGP operations

Security.addProvider(new BouncyCastleProvider())
smirandamedallia commented 2 years ago

@justinludwig Thanks for the quick response. i have addressed the changes and have updated the version to 1.2 since it is non-breaking change

justinludwig commented 2 years ago

Thanks! I will push out a release for this to maven central in a day or two.

smirandamedallia commented 2 years ago

Thanks

justinludwig commented 2 years ago

I pushed JPGPJ version 1.2 with this to maven central.