Skip to content

Commit 8f5cf8f

Browse files
committed
Add new PK algorithm tags AEDH, AEDSA
1 parent eb97aef commit 8f5cf8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pg/src/main/java/org/bouncycastle/bcpg/PublicKeyAlgorithmTags.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ public interface PublicKeyAlgorithmTags
7070
* MUST NOT be used with v6 keys (use {@link #Ed25519}, {@link #Ed448} instead).
7171
*/
7272
int EDDSA_LEGACY = 22; // new name for old EDDSA tag.
73+
/**
74+
* Reserved tag for AEDH.
75+
*/
76+
int AEDH = 23; // Reserved
77+
/**
78+
* Reserved tag for AEDSA.
79+
*/
80+
int AEDSA = 24; // Reserved
7381
/**
7482
* X25519 encryption algorithm.
7583
* C-R compliant implementations MUST implement support for this.

0 commit comments

Comments
 (0)