summaryrefslogtreecommitdiffstats
path: root/pki/base/util/src/netscape/security/x509/SubjectKeyIdentifierExtension.java
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/util/src/netscape/security/x509/SubjectKeyIdentifierExtension.java')
-rw-r--r--pki/base/util/src/netscape/security/x509/SubjectKeyIdentifierExtension.java7
1 files changed, 5 insertions, 2 deletions
diff --git a/pki/base/util/src/netscape/security/x509/SubjectKeyIdentifierExtension.java b/pki/base/util/src/netscape/security/x509/SubjectKeyIdentifierExtension.java
index 3e6b63daf..fd22b20f0 100644
--- a/pki/base/util/src/netscape/security/x509/SubjectKeyIdentifierExtension.java
+++ b/pki/base/util/src/netscape/security/x509/SubjectKeyIdentifierExtension.java
@@ -35,10 +35,13 @@ import netscape.security.util.DerValue;
* non-critical.
*
* <p>
- * Extensions are addiitonal attributes which can be inserted in a X509 v3 certificate. For example a "Driving License Certificate" could have the driving license number as a extension.
+ * Extensions are addiitonal attributes which can be inserted in a X509 v3 certificate. For example a
+ * "Driving License Certificate" could have the driving license number as a extension.
*
* <p>
- * Extensions are represented as a sequence of the extension identifier (Object Identifier), a boolean flag stating whether the extension is to be treated as being critical and the extension value itself (this is again a DER encoding of the extension value).
+ * Extensions are represented as a sequence of the extension identifier (Object Identifier), a boolean flag stating
+ * whether the extension is to be treated as being critical and the extension value itself (this is again a DER encoding
+ * of the extension value).
*
* @author Amit Kapoor
* @author Hemma Prafullchandra