< prev index next >

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

Print this page

        

@@ -38,11 +38,11 @@
 
 /**
  * Cipher wrapper class utilizing ucrypto APIs. This class currently supports
  * - AES/GCM/NoPADDING
  *
- * @since 1.9
+ * @since 9
  */
 class NativeGCMCipher extends NativeCipher {
 
     public static final class AesGcmNoPadding extends NativeGCMCipher {
         public AesGcmNoPadding() throws NoSuchAlgorithmException {
< prev index next >