File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pg/src/main/java/org/bouncycastle/bcpg Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ public interface SignatureSubpacketTags
3030 int SIGNATURE_TARGET = 31 ; // signature target
3131 int EMBEDDED_SIGNATURE = 32 ; // embedded signature
3232 int ISSUER_FINGERPRINT = 33 ; // issuer key fingerprint
33- // public static final int PREFERRED_AEAD_ALGORITHMS = 34; // RESERVED since crypto-refresh-05
34- int INTENDED_RECIPIENT_FINGERPRINT = 35 ; // intended recipient fingerprint
33+ int LIBREPGP_PREFERRED_ENCRYPTION_MODES = 34 ;
34+ int INTENDED_RECIPIENT_FINGERPRINT = 35 ; // intended recipient fingerprint
3535 int ATTESTED_CERTIFICATIONS = 37 ; // attested certifications (RESERVED)
3636 int KEY_BLOCK = 38 ; // Key Block (RESERVED)
3737 int PREFERRED_AEAD_ALGORITHMS = 39 ; // preferred AEAD algorithms
You can’t perform that action at this time.
0 commit comments