Class: PKCS11::CK_X9_42_MQV_DERIVE_PARAMS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CStruct

#inspect, #to_hash, #values

Instance Attribute Details

#hPrivateDataInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



271
272
273
# File 'ext/pk11_struct.doc', line 271

def hPrivateData
  @hPrivateData
end

#kdfInteger

Returns accessor for kdf (CK_ULONG).

Returns:

  • (Integer)

    accessor for kdf (CK_ULONG)



267
268
269
# File 'ext/pk11_struct.doc', line 267

def kdf
  @kdf
end

#pOtherInfoASCII8BIT-String?

Returns accessor for pOtherInfo and ulOtherInfoLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pOtherInfo and ulOtherInfoLen



261
262
263
# File 'ext/pk11_struct.doc', line 261

def pOtherInfo
  @pOtherInfo
end

#pPublicDataASCII8BIT-String?

Returns accessor for pPublicData and ulPublicDataLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pPublicData and ulPublicDataLen



263
264
265
# File 'ext/pk11_struct.doc', line 263

def pPublicData
  @pPublicData
end

#pPublicData2ASCII8BIT-String?

Returns accessor for pPublicData2.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pPublicData2



265
266
267
# File 'ext/pk11_struct.doc', line 265

def pPublicData2
  @pPublicData2
end

#publicKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



275
276
277
# File 'ext/pk11_struct.doc', line 275

def publicKey
  @publicKey
end

#ulPrivateDataLenInteger

Returns accessor for ulPrivateDataLen (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulPrivateDataLen (CK_ULONG)



269
270
271
# File 'ext/pk11_struct.doc', line 269

def ulPrivateDataLen
  @ulPrivateDataLen
end

#ulPublicDataLen2Integer

Returns accessor for ulPublicDataLen2 (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulPublicDataLen2 (CK_ULONG)



273
274
275
# File 'ext/pk11_struct.doc', line 273

def ulPublicDataLen2
  @ulPublicDataLen2
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



259
# File 'ext/pk11_struct.doc', line 259

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



257
# File 'ext/pk11_struct.doc', line 257

def to_s; end