Comparing source compatibility of /home/jenkins/agent/workspace/stable/jgit-publish-site/repo/org.eclipse.jgit.gpg.bc/target/org.eclipse.jgit.gpg.bc-5.11.0.202103091610-r.jar against /home/jenkins/agent/workspace/stable/jgit-publish-site/.repository/org/eclipse/jgit/org.eclipse.jgit.gpg.bc/5.10.0.202012080955-r/org.eclipse.jgit.gpg.bc-5.10.0.202012080955-r.jar
Binary incompatible changes are marked with (!) while source incompatible changes are marked with (*).
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | static public | org.eclipse.jgit.lib.GpgSigner | create() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Fields:
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public | java.lang.String | n.a. | corrupt25519Key |
NEW | public | java.lang.String | n.a. | cryptCipherError |
NEW | public | java.lang.String | n.a. | cryptWrongDecryptedLength |
NEW | public | java.lang.String | n.a. | gpgNoKeygrip |
NEW | public | java.lang.String | n.a. | gpgNoSuchAlgorithm |
NEW | public | java.lang.String | n.a. | nonSignatureError |
NEW | public | java.lang.String | n.a. | secretKeyTooShort |
NEW | public | java.lang.String | n.a. | sexprHexNotClosed |
NEW | public | java.lang.String | n.a. | sexprHexOdd |
NEW | public | java.lang.String | n.a. | sexprStringInvalidEscape |
NEW | public | java.lang.String | n.a. | sexprStringInvalidEscapeAtEnd |
NEW | public | java.lang.String | n.a. | sexprStringInvalidHexEscape |
NEW | public | java.lang.String | n.a. | sexprStringInvalidOctalEscape |
NEW | public | java.lang.String | n.a. | sexprStringNotClosed |
NEW | public | java.lang.String | n.a. | sexprUnhandled |
NEW | public | java.lang.String | n.a. | signatureInconsistent |
NEW | public | java.lang.String | n.a. | signatureKeyLookupError |
NEW | public | java.lang.String | n.a. | signatureNoKeyInfo |
NEW | public | java.lang.String | n.a. | signatureNoPublicKey |
NEW | public | java.lang.String | n.a. | signatureParseError |
NEW | public | java.lang.String | n.a. | signatureVerificationError |
NEW | public | java.lang.String | n.a. | uncompressed25519Key |
NEW | public | java.lang.String | n.a. | unknownCurve |
NEW | public | java.lang.String | n.a. | unknownCurveParameters |
NEW | public | java.lang.String | n.a. | unknownKeyType |
Interfaces:
Status | Interface | Compatibility Changes: |
NEW | org.eclipse.jgit.lib.GpgSignatureVerifier | n.a. |
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | BouncyCastleGpgSignatureVerifier() | n.a. | n.a. |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | void | clear() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | java.lang.String | getName() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | org.eclipse.jgit.lib.GpgSignatureVerifier$SignatureVerification | verify(byte[],byte[]) |
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | org.eclipse.jgit.lib.GpgSignatureVerifier$SignatureVerification | verifySignature(org.eclipse.jgit.revwalk.RevObject,org.eclipse.jgit.lib.GpgConfig)
Annotations:
Status: | Fully Qualified Name: | Elements: |
NEW | org.eclipse.jgit.annotations.Nullable | n.a. |
|
Status: | Name: |
NEW | java.io.IOException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Superclass:
Status | Superclass | Compatibility Changes: |
NEW | org.eclipse.jgit.lib.GpgSignatureVerifierFactory | n.a. |
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | BouncyCastleGpgSignatureVerifierFactory() | n.a. | n.a. |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | org.eclipse.jgit.lib.GpgSignatureVerifier | getVerifier() | n.a. |
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Interfaces:
Status | Interface | Compatibility Changes: |
NEW | org.eclipse.jgit.lib.GpgObjectSigner | n.a. |
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | boolean | canLocateSigningKey(java.lang.String,org.eclipse.jgit.lib.PersonIdent,org.eclipse.jgit.transport.CredentialsProvider,org.eclipse.jgit.lib.GpgConfig) |
Status: | Name: |
NEW | org.eclipse.jgit.api.errors.CanceledException |
NEW | org.eclipse.jgit.api.errors.UnsupportedSigningFormatException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | void | signObject(org.eclipse.jgit.lib.ObjectBuilder,java.lang.String,org.eclipse.jgit.lib.PersonIdent,org.eclipse.jgit.transport.CredentialsProvider,org.eclipse.jgit.lib.GpgConfig) |
Status: | Name: |
NEW | org.eclipse.jgit.api.errors.CanceledException |
NEW | org.eclipse.jgit.api.errors.UnsupportedSigningFormatException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | static public | byte[] | getKeyGrip(org.bouncycastle.openpgp.PGPPublicKey) |
Status: | Name: |
NEW | org.bouncycastle.openpgp.PGPException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | static public | org.bouncycastle.openpgp.PGPSecretKey | readSecretKey(java.io.InputStream,org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider,org.eclipse.jgit.gpg.bc.internal.keys.SecretKeys$PassphraseSupplier,org.bouncycastle.openpgp.PGPPublicKey) |
Status: | Name: |
NEW | java.io.IOException |
NEW | org.bouncycastle.openpgp.PGPException |
NEW | org.eclipse.jgit.api.errors.CanceledException |
NEW | org.eclipse.jgit.errors.UnsupportedCredentialItem |
NEW | java.net.URISyntaxException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public abstract | char[] | getPassphrase() |
Status: | Name: |
NEW | org.bouncycastle.openpgp.PGPException |
NEW | org.eclipse.jgit.api.errors.CanceledException |
NEW | org.eclipse.jgit.errors.UnsupportedCredentialItem |
NEW | java.net.URISyntaxException |
| n.a. |
Old file | New file |
n.a. | n.a. |
|
Constructors:
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number |
NEW | public | SExprParser(org.bouncycastle.openpgp.operator.PGPDigestCalculatorProvider) | n.a. | n.a. |
|
Methods:
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number |
NEW | public | org.bouncycastle.openpgp.PGPSecretKey | parseSecretKey(java.io.InputStream,org.bouncycastle.openpgp.operator.PBEProtectionRemoverFactory,org.bouncycastle.openpgp.PGPPublicKey) |
Status: | Name: |
NEW | java.io.IOException |
NEW | org.bouncycastle.openpgp.PGPException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|
NEW | public | org.bouncycastle.openpgp.PGPSecretKey | parseSecretKey(java.io.InputStream,org.bouncycastle.openpgp.operator.PBEProtectionRemoverFactory,org.bouncycastle.openpgp.operator.KeyFingerPrintCalculator) |
Status: | Name: |
NEW | java.io.IOException |
NEW | org.bouncycastle.openpgp.PGPException |
|
Change |
METHOD_ADDED_TO_PUBLIC_CLASS |
|
|