< prev index next >

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

Print this page

        

*** 46,56 **** * 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 */ public final class GCMParameters extends AlgorithmParametersSpi { private byte[] iv; // i.e. aes-nonce private int tLen; // i.e. aes-ICVlen, in bytes --- 46,56 ---- * 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 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 >