File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pg/src/main/java/org/bouncycastle/bcpg Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
* Secret key of type {@link PublicKeyAlgorithmTags#X25519}.
7
7
* This type was introduced with Crypto-Refresh and can be used with v4, v6 keys.
8
8
* Note however, that legacy implementations might not understand this key type yet.
9
- * For a key type compatible with legacy v4 implementations, see {@link ECDHPublicBCPGKey } with
9
+ * For a key type compatible with legacy v4 implementations, see {@link ECSecretBCPGKey } with
10
10
* {@link PublicKeyAlgorithmTags#ECDH}.
11
11
* Note: Contrary to {@link ECSecretBCPGKey} using {@link PublicKeyAlgorithmTags#ECDH}, which uses big-endian
12
12
* MPI encoding to encode the secret key material, {@link X25519SecretBCPGKey} uses native little-endian encoding.
You can’t perform that action at this time.
0 commit comments