Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS Struct Reference

Structure that provides the parameters to the CKM_SKIPJACK_PRIVATE_WRAP mechanism More...

Public Attributes

NativeULong PasswordLen
 Length of the password More...
 
IntPtr Password
 Pointer to the buffer which contains the user-supplied password More...
 
NativeULong PublicDataLen
 Other party's key exchange public key size More...
 
IntPtr PublicData
 Pointer to other party's key exchange public key value More...
 
NativeULong PAndGLen
 Length of prime and base values More...
 
NativeULong QLen
 Length of subprime value More...
 
NativeULong RandomLen
 Size of random Ra, in bytes More...
 
IntPtr RandomA
 Pointer to Ra data More...
 
IntPtr PrimeP
 Pointer to Prime, p, value More...
 
IntPtr BaseG
 Pointer to Base, g, value More...
 
IntPtr SubprimeQ
 Pointer to Subprime, q, value More...
 

Detailed Description

Structure that provides the parameters to the CKM_SKIPJACK_PRIVATE_WRAP mechanism

Member Data Documentation

◆ BaseG

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.BaseG

Pointer to Base, g, value

◆ PAndGLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.PAndGLen

Length of prime and base values

◆ Password

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.Password

Pointer to the buffer which contains the user-supplied password

◆ PasswordLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.PasswordLen

Length of the password

◆ PrimeP

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.PrimeP

Pointer to Prime, p, value

◆ PublicData

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.PublicData

Pointer to other party's key exchange public key value

◆ PublicDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.PublicDataLen

Other party's key exchange public key size

◆ QLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.QLen

Length of subprime value

◆ RandomA

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.RandomA

Pointer to Ra data

◆ RandomLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.RandomLen

Size of random Ra, in bytes

◆ SubprimeQ

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS.SubprimeQ

Pointer to Subprime, q, value


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