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 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.
You can’t perform that action at this time.
0 commit comments