Skip to content

Commit 9c97d4a

Browse files
committed
Fix javadoc reference to ECSecretBCPGKey
1 parent f23fc36 commit 9c97d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Secret key of type {@link PublicKeyAlgorithmTags#X25519}.
77
* This type was introduced with Crypto-Refresh and can be used with v4, v6 keys.
88
* 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
1010
* {@link PublicKeyAlgorithmTags#ECDH}.
1111
* Note: Contrary to {@link ECSecretBCPGKey} using {@link PublicKeyAlgorithmTags#ECDH}, which uses big-endian
1212
* MPI encoding to encode the secret key material, {@link X25519SecretBCPGKey} uses native little-endian encoding.

0 commit comments

Comments
 (0)