< prev index next >

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

Print this page

        

@@ -44,11 +44,11 @@
  * - AES/CBC/NOPADDING
  * - AES/CTR/NOPADDING
  * - AES/CFB128/NOPADDING
  * (Support for GCM mode is inside the child class NativeGCMCipher)
  *
- * @since 1.9
+ * @since 9
  */
 class NativeCipher extends CipherSpi {
 
     // public implementation classes
     public static final class AesEcbNoPadding extends NativeCipher {
< prev index next >