summaryrefslogtreecommitdiffstats
path: root/pki/base/java-tools/src/com/netscape
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-01-11 14:02:42 -0500
committerAde Lee <alee@redhat.com>2012-01-11 14:02:42 -0500
commitc863462bcba15e98d2decb583dcdebea81a702d1 (patch)
treea7f4f9d979e0feb228eca5295f180f2c745644e3 /pki/base/java-tools/src/com/netscape
parentc7b6d5d5c732eb56b1b7370f737ef6a7967d4f80 (diff)
downloadpki-c863462bcba15e98d2decb583dcdebea81a702d1.tar.gz
pki-c863462bcba15e98d2decb583dcdebea81a702d1.tar.xz
pki-c863462bcba15e98d2decb583dcdebea81a702d1.zip
Formatting - line width > 120 for comments
Diffstat (limited to 'pki/base/java-tools/src/com/netscape')
-rw-r--r--pki/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/pki/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java b/pki/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java
index a41238f3..326de76d 100644
--- a/pki/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java
+++ b/pki/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java
@@ -51,9 +51,12 @@ import com.netscape.cmsutil.util.HMACDigest;
* PKCS#10 certificate request with the public key, and outputs the request
* to a file.
* <p>
- * PKCS #10 is a certification request syntax standard defined by RSA. A CA may support multiple types of certificate requests. The Certificate System CA supports KEYGEN, PKCS#10, CRMF, and CMC.
+ * PKCS #10 is a certification request syntax standard defined by RSA. A CA may support multiple types of certificate
+ * requests. The Certificate System CA supports KEYGEN, PKCS#10, CRMF, and CMC.
* <p>
- * To get a certificate from the CA, the certificate request needs to be submitted to and approved by a CA agent. Once approved, a certificate is created for the request, and certificate attributes, such as extensions, are populated according to certificate profiles.
+ * To get a certificate from the CA, the certificate request needs to be submitted to and approved by a CA agent. Once
+ * approved, a certificate is created for the request, and certificate attributes, such as extensions, are populated
+ * according to certificate profiles.
* <p>
*
* @version $Revision$, $Date$