src/share/classes/java/security/spec/RSAKeyGenParameterSpec.java

Print this page

        

@@ -53,11 +53,11 @@
      * The public exponent-value F4 = 65537.
      */
     public static final BigInteger F4 = BigInteger.valueOf(65537);
 
     /**
-     * Constructs a new <code>RSAParameterSpec</code> object from the
+     * Constructs a new {@code RSAParameterSpec} object from the
      * given keysize and public-exponent value.
      *
      * @param keysize the modulus size (specified in number of bits)
      * @param publicExponent the public exponent
      */