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

Parameters for the CKM_RSA_PKCS_OAEP mechanism More...

Inherits Net.Pkcs11Interop.HighLevelAPI.MechanismParams.ICkRsaPkcsOaepParams.

Public Member Functions

 CkRsaPkcsOaepParams (NativeULong hashAlg, NativeULong mgf, NativeULong source, byte[] sourceData)
 Initializes a new instance of the CkRsaPkcsOaepParams 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_RSA_PKCS_OAEP mechanism

Constructor & Destructor Documentation

◆ CkRsaPkcsOaepParams()

Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkRsaPkcsOaepParams.CkRsaPkcsOaepParams ( NativeULong  hashAlg,
NativeULong  mgf,
NativeULong  source,
byte []  sourceData 
)

Initializes a new instance of the CkRsaPkcsOaepParams class.

Parameters
hashAlgMechanism ID of the message digest algorithm used to calculate the digest of the encoding parameter (CKM)
mgfMask generation function to use on the encoded block (CKG)
sourceSource of the encoding parameter (CKZ)
sourceDataData used as the input for the encoding parameter source

Member Function Documentation

◆ Dispose() [1/2]

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

Disposes object

◆ Dispose() [2/2]

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

Disposes object

Parameters
disposingFlag indicating whether managed resources should be disposed

◆ ToMarshalableStructure()

object Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkRsaPkcsOaepParams.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: