summaryrefslogtreecommitdiffstats
path: root/base/util/src/netscape/security/x509/CertificateExtensions.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/util/src/netscape/security/x509/CertificateExtensions.java')
-rw-r--r--base/util/src/netscape/security/x509/CertificateExtensions.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/base/util/src/netscape/security/x509/CertificateExtensions.java b/base/util/src/netscape/security/x509/CertificateExtensions.java
index b9667d8f6..a358a0f6a 100644
--- a/base/util/src/netscape/security/x509/CertificateExtensions.java
+++ b/base/util/src/netscape/security/x509/CertificateExtensions.java
@@ -37,7 +37,7 @@ import netscape.security.util.DerValue;
/**
* This class defines the Extensions attribute for the Certificate.
- *
+ *
* @author Amit Kapoor
* @author Hemma Prafullchandra
* @version 1.11
@@ -111,7 +111,7 @@ public class CertificateExtensions extends Vector<Extension>
/**
* Create the object, decoding the values from the passed DER stream.
- *
+ *
* @param in the DerInputStream to read the Extension from.
* @exception IOException on decoding errors.
*/
@@ -129,7 +129,7 @@ public class CertificateExtensions extends Vector<Extension>
/**
* Decode the extensions from the InputStream.
- *
+ *
* @param in the InputStream to unmarshal the contents from.
* @exception IOException on decoding or validity errors.
*/
@@ -148,7 +148,7 @@ public class CertificateExtensions extends Vector<Extension>
/**
* Decode the extensions from the InputStream.
- *
+ *
* @param in the InputStream to unmarshal the contents from.
* @exception IOException on decoding or validity errors.
*/
@@ -182,7 +182,7 @@ public class CertificateExtensions extends Vector<Extension>
/**
* Encode the extensions in DER form to the stream.
- *
+ *
* @param out the DerOutputStream to marshal the contents to.
* @exception CertificateException on encoding errors.
* @exception IOException on errors.
@@ -212,7 +212,7 @@ public class CertificateExtensions extends Vector<Extension>
/**
* Set the attribute value.
- *
+ *
* @param name the extension name used in the cache.
* @param obj the object to set.
* @exception IOException if the object could not be cached.
@@ -224,7 +224,7 @@ public class CertificateExtensions extends Vector<Extension>
/**
* Get the attribute value.
- *
+ *
* @param name the extension name used in the lookup.
* @exception IOException if named extension is not found.
*/
@@ -238,7 +238,7 @@ public class CertificateExtensions extends Vector<Extension>
/**
* Delete the attribute value.
- *
+ *
* @param name the extension name used in the lookup.
* @exception IOException if named extension is not found.
*/