SoftwareAG / webmethods-integrationserver-pgpencryption

webMethods Integration Server PGP package
Apache License 2.0
5 stars 6 forks source link

Small bug in PGPKeyReader.readPublicKeyRing(String path) #1

Open ytezcan opened 5 years ago

ytezcan commented 5 years ago

coll = new PGPPublicKeyRingCollection(in);

should be

coll = new PGPPublicKeyRingCollection(din);