We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08be8a commit 572c815Copy full SHA for 572c815
pg/src/main/java/org/bouncycastle/openpgp/api/OpenPGPCertificate.java
@@ -3235,8 +3235,8 @@ private Date getBackSigExpirationTime()
3235
{
3236
OpenPGPComponentSignature backSig = new OpenPGPComponentSignature(
3237
embeddedSigs.get(0),
3238
- getSignature().getTargetKeyComponent(),
3239
- getSignature().getIssuer());
+ /* issuer= */getSignature().getTargetKeyComponent(),
+ /* target= */getSignature().getIssuer());
3240
return backSig.getExpirationTime();
3241
}
3242
return null;
0 commit comments