summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/key/dh/GnuDHPrivateKey.java')
-rw-r--r--gnu/javax/crypto/key/dh/GnuDHPrivateKey.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java b/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java
index 0e71623b9..70b684b77 100644
--- a/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java
+++ b/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java
@@ -154,7 +154,7 @@ public class GnuDHPrivateKey extends GnuDHKey implements DHPrivateKey
* @return the byte sequence encoding this key according to the designated
* format.
* @exception IllegalArgumentException if the format is not supported.
- * @see gnu.crypto.key.dh.DHKeyPairRawCodec
+ * @see DHKeyPairRawCodec
*/
public byte[] getEncoded(int format)
{