Pkcs11Interop  5.1.2
Public Member Functions | Protected Member Functions | List of all members
Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSkipjackPrivateWrapParams Class Reference

Parameters for the CKM_SKIPJACK_PRIVATE_WRAP mechanism More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkSkipjackPrivateWrapParams.

Public Member Functions

 CkSkipjackPrivateWrapParams (byte[] password, byte[] publicData, byte[] randomA, byte[] primeP, byte[] baseG, byte[] subprimeQ)
 Initializes a new instance of the CkSkipjackPrivateWrapParams class. More...
 
object ToMarshalableStructure ()
 Returns managed object that can be marshaled to an unmanaged block of memory More...
 
void Dispose ()
 Disposes object More...
 

Protected Member Functions

virtual void Dispose (bool disposing)
 Disposes object More...
 

Detailed Description

Parameters for the CKM_SKIPJACK_PRIVATE_WRAP mechanism

Constructor & Destructor Documentation

◆ CkSkipjackPrivateWrapParams()

Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSkipjackPrivateWrapParams.CkSkipjackPrivateWrapParams ( byte []  password,
byte []  publicData,
byte []  randomA,
byte []  primeP,
byte []  baseG,
byte []  subprimeQ 
)

Initializes a new instance of the CkSkipjackPrivateWrapParams class.

Parameters
passwordUser-supplied password
publicDataOther party's key exchange public key value
randomARa data
primePPrime, p, value
baseGBase, g, value
subprimeQSubprime, q, value

Member Function Documentation

◆ Dispose() [1/2]

void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSkipjackPrivateWrapParams.Dispose ( )

Disposes object

◆ Dispose() [2/2]

virtual void Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSkipjackPrivateWrapParams.Dispose ( bool  disposing)
protectedvirtual

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkSkipjackPrivateWrapParams.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.HighLevelAPI.MechanismParams.IMechanismParams.


The documentation for this class was generated from the following file: