Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DSA_PARAMETER_GEN_PARAM Struct Reference

Structure that provides and returns parameters for the CKM_DSA_PROBABLISTIC_PARAMETER_GEN, CKM_DSA_SHAWE_TAYLOR_PARAMETER_GEN a CKM_DSA_FIPS_G_GEN mechanisms More...

Public Attributes

NativeULong Hash
 Mechanism value for the base hash used in PQG generation (CKM) More...
 
IntPtr Seed
 Pointer to seed value used to generate PQ and G More...
 
NativeULong SeedLen
 Length of seed value More...
 
NativeULong Index
 Index value for generating G More...
 

Detailed Description

Structure that provides and returns parameters for the CKM_DSA_PROBABLISTIC_PARAMETER_GEN, CKM_DSA_SHAWE_TAYLOR_PARAMETER_GEN a CKM_DSA_FIPS_G_GEN mechanisms

Member Data Documentation

◆ Hash

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DSA_PARAMETER_GEN_PARAM.Hash

Mechanism value for the base hash used in PQG generation (CKM)

◆ Index

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DSA_PARAMETER_GEN_PARAM.Index

Index value for generating G

◆ Seed

IntPtr Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DSA_PARAMETER_GEN_PARAM.Seed

Pointer to seed value used to generate PQ and G

◆ SeedLen

NativeULong Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_DSA_PARAMETER_GEN_PARAM.SeedLen

Length of seed value


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