public class AesCmac
extends javax.crypto.MacSpi
AesCmac implements MacSpi for the “AESCMAC” transformation.
Since this is an AES/block Cipher based MAC, there is no hash or digest required.
Mac| Constructor and Description |
|---|
AesCmac(CloudHsmProvider provider)
Constructs an instance of an AesCmac.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone is not supported for
AesCmac. |
public AesCmac(CloudHsmProvider provider) throws java.lang.IllegalStateException
provider - CloudHSM provider that offers this service.java.lang.IllegalStateException - when provider is null.