File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
pg/src/main/java/org/bouncycastle/openpgp/operator/bc Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1616import org .bouncycastle .openpgp .PGPSessionKey ;
1717import org .bouncycastle .openpgp .operator .PBEDataDecryptorFactory ;
1818import org .bouncycastle .openpgp .operator .PGPDataDecryptor ;
19+ import org .bouncycastle .openpgp .operator .PGPDigestCalculatorProvider ;
1920
2021/**
2122 * A {@link PBEDataDecryptorFactory} for handling PBE decryption operations using the Bouncy Castle
@@ -30,7 +31,7 @@ public class BcPBEDataDecryptorFactory
3031 * @param pass the passphrase to use as the primary source of key material.
3132 * @param calculatorProvider a digest calculator provider to provide calculators to support the key generation calculation required.
3233 */
33- public BcPBEDataDecryptorFactory (char [] pass , BcPGPDigestCalculatorProvider calculatorProvider )
34+ public BcPBEDataDecryptorFactory (char [] pass , PGPDigestCalculatorProvider calculatorProvider )
3435 {
3536 super (pass , calculatorProvider );
3637 }
You can’t perform that action at this time.
0 commit comments