public class AESGCMCipher extends javax.crypto.CipherSpi implements GCMConstants, AlgorithmStatus
Modifier and Type | Field and Description |
---|---|
static int |
AES_BLOCK_SIZE |
static int[] |
AES_KEYSIZES |
DEFAULT_TAG_LENGTH, GCM_TAG_LENGTHS
Constructor and Description |
---|
AESGCMCipher()
Constructs a new AESGCMCipher instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFipsApproved()
Module identifies if the cryptographic operation (algorithm) is FIPS certified
|
public static final int AES_BLOCK_SIZE
public static final int[] AES_KEYSIZES
public boolean isFipsApproved()
AlgorithmStatus
isFipsApproved
in interface AlgorithmStatus
AlgorithmStatus.isFipsApproved()
© Portions Copyright 2003, 2012 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2012, Oracle and/or its affiliates. All rights reserved.