메소드 | 설명 | |
---|---|---|
CkRc5MacGeneralParams ( ulong wordsize, ulong rounds, ulong macLength ) : Net.Pkcs11Interop.Common |
Initializes a new instance of the CkRc5MacGeneralParams class.
|
|
ToMarshalableStructure ( ) : object |
Returns managed object that can be marshaled to an unmanaged block of memory
|
public CkRc5MacGeneralParams ( ulong wordsize, ulong rounds, ulong macLength ) : Net.Pkcs11Interop.Common | ||
wordsize | ulong | Wordsize of RC5 cipher in bytes |
rounds | ulong | Number of rounds of RC5 encipherment |
macLength | ulong | Length of the MAC produced, in bytes |
리턴 | Net.Pkcs11Interop.Common |