CBCMac.CBCMacAES, CBCMac.CBCMacDES, CBCMac.CBCMacDESede
Constructor and Description |
---|
CBCMac.CBCMacDES()
Create a new CBCMAC based on DES.
|
engineDoFinal, engineGetMacLength, engineInit, engineReset, engineUpdate, engineUpdate
public CBCMac.CBCMacDES() throws javax.crypto.NoSuchPaddingException, java.security.NoSuchAlgorithmException, java.security.NoSuchProviderException
javax.crypto.NoSuchPaddingException
- If the DES 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.