Constructor and Description |
---|
CMacAES()
Create a new CMAC based on AES.
|
engineDoFinal, engineGetMacLength, engineInit, engineReset, engineUpdate, engineUpdate
public CMacAES() throws javax.crypto.NoSuchPaddingException, java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
javax.crypto.NoSuchPaddingException
- If the AES cipher does not support
NoPadding.java.security.NoSuchAlgorithmException
- If the AES cipher is unavailable.java.security.NoSuchProviderException
- If the IAIK provider has not been
installed.