< prev index next >

src/java.base/share/classes/com/sun/net/ssl/SSLContextSpi.java

Print this page

        

@@ -47,13 +47,13 @@
 @Deprecated
 public abstract class SSLContextSpi {
     /**
      * Initializes this context.
      *
-     * @param km the sources of authentication keys
-     * @param tm the sources of peer authentication trust decisions
-     * @param random the source of randomness for this generator
+     * @param ah the sources of authentication keys
+     * @param th the sources of peer authentication trust decisions
+     * @param sr the source of randomness for this generator
      */
     protected abstract void engineInit(KeyManager[] ah, TrustManager[] th,
         SecureRandom sr) throws KeyManagementException;
 
     /**
< prev index next >