CBCMac.CBCMacAES, CBCMac.CBCMacDES, CBCMac.CBCMacDESede
Constructor and Description |
---|
CBCMac.CBCMacDESede()
Create a new CBCMAC based on DESede (Triple DES).
|
engineDoFinal, engineGetMacLength, engineInit, engineReset, engineUpdate, engineUpdate
public CBCMac.CBCMacDESede() 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.