Skip to content

Compilation error with org.bouncycastle: bcpg-jdk15on version: 1.63 #7

@adivardhan

Description

@adivardhan

The PGPHelper class has compilation error in the latest version of BouncyCastle jar.
I've updated the code:

Added at line 142:
BcKeyFingerprintCalculator bcKeyFingerprintCalculator = new BcKeyFingerprintCalculator();
Line 143:
PGPObjectFactory pgpF = new PGPObjectFactory(in, bcKeyFingerprintCalculator);

I've done similar changes in other methods as well.
Does this work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions