< prev index next >

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

Print this page

        

@@ -46,11 +46,11 @@
  * AES-GCM-ICVlen ::= INTEGER (12 | 13 | 14 | 15 | 16)
  * NOTE: however, NIST 800-38D also lists 4 (32bit) and 8 (64bit)
  * as possible AES-GCM-ICVlen values, so we allow all 6 values.
  * </pre>
  *
- * @since 1.9
+ * @since 9
  */
 public final class GCMParameters extends AlgorithmParametersSpi {
 
     private byte[] iv; // i.e. aes-nonce
     private int tLen; // i.e. aes-ICVlen, in bytes
< prev index next >