summaryrefslogtreecommitdiff
path: root/gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java')
-rw-r--r--gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java b/gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java
index 5da396a1d..893716eef 100644
--- a/gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java
+++ b/gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java
@@ -90,10 +90,10 @@ public class DHKeyPairX509Codec
* q INTEGER -- factor of p-1
* }
* </pre>
- *
+ *
* <p>The <i>subjectPublicKey</i> field, which is a BIT STRING, contains the
* DER-encoded form of the DH public key as an INTEGER.</p>
- *
+ *
* <pre>
* DHPublicKey ::= INTEGER -- public key, y = g^x mod p
* </pre>
@@ -104,7 +104,7 @@ public class DHKeyPairX509Codec
* parameter. RFC-2631 DOES NOT allow for an <i>optional</i> value for that
* parameter, hence we replace such null values with <code>0</code>, and do
* the reverse in the corresponding decode method.
- *
+ *
* @param key the {@link PublicKey} instance to encode. MUST be an instance of
* {@link GnuDHPublicKey}.
* @return the DER-encoded form of the ASN.1 representation of the