Author: sebb
Date: Sat Feb  3 03:12:20 2007
New Revision: 503188

URL: http://svn.apache.org/viewvc?view=rev&rev=503188
Log:
Update documentation

Modified:
    
jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/SSLManagerCommand.java

Modified: 
jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/SSLManagerCommand.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/SSLManagerCommand.java?view=diff&rev=503188&r1=503187&r2=503188
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/SSLManagerCommand.java
 (original)
+++ 
jakarta/jmeter/branches/rel-2-2/src/core/org/apache/jmeter/gui/action/SSLManagerCommand.java
 Sat Feb  3 03:12:20 2007
@@ -32,6 +32,7 @@
 import org.apache.jmeter.util.JMeterUtils;
 import org.apache.jmeter.util.SSLManager;
 
+// 
 /**
  * SSL Manager Command. The SSL Manager provides a mechanism to change your
  * client authentication if required by the server. If you have JSSE 1.0.2
@@ -45,9 +46,12 @@
  * can have a whopping one key keystore. The advantage is that you can test a
  * connection using the assigned Certificate from a Certificate Authority.
  * </p>
+ * TODO ? 
+ * N.B. The present implementation does not seem to allow selection of keys,
+ * it only allows a change of keystore at run-time, or to provide one if not
+ * already defined via the property.
  * 
  * @author <a href="[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version CVS $Revision$ $Date$
  */
 public class SSLManagerCommand implements Command {
        private static Set commandSet;
@@ -78,9 +82,8 @@
        }
 
        /**
-        * Called by sslManager button. Raises sslManager dialog. Currently the
-        * sslManager box has the product image and the copyright notice. The 
dialog
-        * box is centered over the MainFrame.
+        * Called by sslManager button. Raises sslManager dialog.
+        * I.e. a FileChooser for PCSI12 (.p12|.P12) files.
         */
        private void sslManager() {
                SSLManager.reset();



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to