aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-11-05 02:00:24 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-11-05 09:32:23 +0100
commit31ff8955d6ed23aa41456b00b1f151913f28120d (patch)
tree9145ab59e2fc7c238fc389d47f67f02830060433 /org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc
parent6042cbc12960f4b2d6deb924705238717de0d6fd (diff)
downloadjgit-31ff8955d6ed23aa41456b00b1f151913f28120d.tar.gz
jgit-31ff8955d6ed23aa41456b00b1f151913f28120d.zip
Update bouncycastle to 1.79
Change-Id: Ib81d73075ebc9dcdc73aacf30fa02ad56a502d51
Diffstat (limited to 'org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc')
-rw-r--r--org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/keys/OCBPBEProtectionRemoverFactory.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/keys/OCBPBEProtectionRemoverFactory.java b/org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/keys/OCBPBEProtectionRemoverFactory.java
index 3924d68596..e6f1decbc1 100644
--- a/org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/keys/OCBPBEProtectionRemoverFactory.java
+++ b/org.eclipse.jgit.gpg.bc/src/org/eclipse/jgit/gpg/bc/internal/keys/OCBPBEProtectionRemoverFactory.java
@@ -120,6 +120,13 @@ class OCBPBEProtectionRemoverFactory
}
}
}
+
+ @Override
+ public byte[] recoverKeyData(int encAlgorithm, int aeadAlgorithm,
+ byte[] s2kKey, byte[] iv, int packetTag, int keyVersion,
+ byte[] keyData, byte[] pubkeyData) throws PGPException {
+ throw new UnsupportedOperationException();
+ }
};
}
} \ No newline at end of file