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

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

Public Attributes

NativeULong OldWrappedXLen
 Length of old wrapped key in bytes More...
 
IntPtr OldWrappedX
 Pointer to old wrapper key More...
 
NativeULong OldPasswordLen
 Length of the old password More...
 
IntPtr OldPassword
 Pointer to the buffer which contains the old user-supplied password More...
 
NativeULong OldPublicDataLen
 Old key exchange public key size More...
 
IntPtr OldPublicData
 Pointer to old key exchange public key value More...
 
NativeULong OldRandomLen
 Size of old random Ra in bytes More...
 
IntPtr OldRandomA
 Pointer to old Ra data More...
 
NativeULong NewPasswordLen
 Length of the new password More...
 
IntPtr NewPassword
 Pointer to the buffer which contains the new usersupplied password More...
 
NativeULong NewPublicDataLen
 New key exchange public key size More...
 
IntPtr NewPublicData
 Pointer to new key exchange public key value More...
 
NativeULong NewRandomLen
 Size of new random Ra in bytes More...
 
IntPtr NewRandomA
 Pointer to new Ra data More...
 

Detailed Description

Structure that provides the parameters to the CKM_SKIPJACK_RELAYX mechanism

Member Data Documentation

◆ NewPassword

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.NewPassword

Pointer to the buffer which contains the new usersupplied password

◆ NewPasswordLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.NewPasswordLen

Length of the new password

◆ NewPublicData

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.NewPublicData

Pointer to new key exchange public key value

◆ NewPublicDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.NewPublicDataLen

New key exchange public key size

◆ NewRandomA

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.NewRandomA

Pointer to new Ra data

◆ NewRandomLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.NewRandomLen

Size of new random Ra in bytes

◆ OldPassword

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.OldPassword

Pointer to the buffer which contains the old user-supplied password

◆ OldPasswordLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.OldPasswordLen

Length of the old password

◆ OldPublicData

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.OldPublicData

Pointer to old key exchange public key value

◆ OldPublicDataLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.OldPublicDataLen

Old key exchange public key size

◆ OldRandomA

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.OldRandomA

Pointer to old Ra data

◆ OldRandomLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.OldRandomLen

Size of old random Ra in bytes

◆ OldWrappedX

IntPtr Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.OldWrappedX

Pointer to old wrapper key

◆ OldWrappedXLen

NativeULong Net.Pkcs11Interop.LowLevelAPI41.MechanismParams.CK_SKIPJACK_RELAYX_PARAMS.OldWrappedXLen

Length of old wrapped key in bytes


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