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