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 c4fe478 commit c6a5067Copy full SHA for c6a5067
pg/src/main/java/org/bouncycastle/openpgp/PGPPublicKeyEncryptedData.java
@@ -78,7 +78,7 @@ public int getSymmetricAlgorithm(
78
}
79
else if (keyData.getVersion() == PublicKeyEncSessionPacket.VERSION_6)
80
{
81
- // PKESK v5 stores the cipher algorithm in the SEIPD v2 packet fields.
+ // PKESK v6 stores the cipher algorithm in the SEIPD v2 packet fields.
82
return ((SymmetricEncIntegrityPacket)encData).getCipherAlgorithm();
83
84
else
0 commit comments