Parameters for the CKM_AES_CCM mechanism
More...
Inherits Net.Pkcs11Interop.Common.IMechanismParams, and IDisposable.
Parameters for the CKM_AES_CCM mechanism
◆ CkCcmParams()
Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkCcmParams.CkCcmParams |
( |
uint |
dataLen, |
|
|
byte [] |
nonce, |
|
|
byte [] |
aad, |
|
|
uint |
macLen |
|
) |
| |
Initializes a new instance of the CkCcmParams class.
- Parameters
-
dataLen | Length of the data |
nonce | Nonce |
aad | Additional authentication data |
macLen | Length of the MAC (output following cipher text) in bytes |
◆ Dispose() [1/2]
void Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkCcmParams.Dispose |
( |
| ) |
|
◆ Dispose() [2/2]
virtual void Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkCcmParams.Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
Disposes object
- Parameters
-
disposing | Flag indicating whether managed resources should be disposed |
◆ ToMarshalableStructure()
object Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkCcmParams.ToMarshalableStructure |
( |
| ) |
|
Returns managed object that can be marshaled to an unmanaged block of memory
- Returns
- A managed object holding the data to be marshaled. This object must be an instance of a formatted class.
Implements Net.Pkcs11Interop.Common.IMechanismParams.
The documentation for this class was generated from the following file:
- 1/MechanismParams/CkCcmParams.cs