< prev index next >

src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/NativeRSACipher.java

Print this page

        

@@ -375,11 +375,11 @@
                 encodedKey, wrappedKeyAlgorithm);
     }
 
     /**
      * calls ucrypto_encrypt(...) or ucrypto_decrypt(...)
-     * @returns the length of output or an negative error status code
+     * @return the length of output or an negative error status code
      */
     private native static int nativeAtomic(int mech, boolean encrypt,
                                            long keyValue, int keyLength,
                                            byte[] in, int inLen,
                                            byte[] out, int ouOfs, int outLen);
< prev index next >