summaryrefslogtreecommitdiffstats
path: root/pki/base/util/src/netscape/security/x509/KeyUsageExtension.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/util/src/netscape/security/x509/KeyUsageExtension.java')
-rw-r--r--pki/base/util/src/netscape/security/x509/KeyUsageExtension.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/pki/base/util/src/netscape/security/x509/KeyUsageExtension.java b/pki/base/util/src/netscape/security/x509/KeyUsageExtension.java
index 7906746e9..043208806 100644
--- a/pki/base/util/src/netscape/security/x509/KeyUsageExtension.java
+++ b/pki/base/util/src/netscape/security/x509/KeyUsageExtension.java
@@ -32,7 +32,9 @@ import netscape.security.util.DerValue;
* Represent the Key Usage Extension.
*
* <p>
- * This extension, if present, defines the purpose (e.g., encipherment, signature, certificate signing) of the key contained in the certificate. The usage restriction might be employed when a multipurpose key is to be restricted (e.g., when an RSA key should be used only for signing or only for key encipherment).
+ * This extension, if present, defines the purpose (e.g., encipherment, signature, certificate signing) of the key
+ * contained in the certificate. The usage restriction might be employed when a multipurpose key is to be restricted
+ * (e.g., when an RSA key should be used only for signing or only for key encipherment).
*
* @author Amit Kapoor
* @author Hemma Prafullchandra