From f31ce3a1378071cc413bb01a65ae6e206f0ce4ff Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 11 Jan 2012 13:01:06 -0500 Subject: Formatting (line wrap > 120 in comments --- pki/base/java-tools/src/com/netscape/cmstools/PKCS10Client.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pki/base/java-tools/src') 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 a41238f3a..326de76d3 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. *

- * 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. *

- * 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. *

* * @version $Revision$, $Date$ -- cgit