C# Class Net.Pkcs11Interop.LowLevelAPI40.MechanismParams.CK_SKIPJACK_PRIVATE_WRAP_PARAMS

显示文件 Open project: Pkcs11Interop/Pkcs11Interop

Public Properties

Property Type Description
BaseG System.IntPtr
PAndGLen uint
Password System.IntPtr
PasswordLen uint
PrimeP System.IntPtr
PublicData System.IntPtr
PublicDataLen uint
QLen uint
RandomA System.IntPtr
RandomLen uint
SubprimeQ System.IntPtr

Property Details

BaseG public_oe property

Pointer to Base, g, value
public IntPtr,System BaseG
return System.IntPtr

PAndGLen public_oe property

Length of prime and base values
public uint PAndGLen
return uint

Password public_oe property

Pointer to the buffer which contains the user-supplied password
public IntPtr,System Password
return System.IntPtr

PasswordLen public_oe property

Length of the password
public uint PasswordLen
return uint

PrimeP public_oe property

Pointer to Prime, p, value
public IntPtr,System PrimeP
return System.IntPtr

PublicData public_oe property

Pointer to other party's key exchange public key value
public IntPtr,System PublicData
return System.IntPtr

PublicDataLen public_oe property

Other party's key exchange public key size
public uint PublicDataLen
return uint

QLen public_oe property

Length of subprime value
public uint QLen
return uint

RandomA public_oe property

Pointer to Ra data
public IntPtr,System RandomA
return System.IntPtr

RandomLen public_oe property

Size of random Ra, in bytes
public uint RandomLen
return uint

SubprimeQ public_oe property

Pointer to Subprime, q, value
public IntPtr,System SubprimeQ
return System.IntPtr