Class: PKCS11::CK_ECMQV_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:



211
212
213
# File 'ext/pk11_struct.doc', line 211

def hPrivateData
  @hPrivateData
end

#kdfInteger

Returns accessor for kdf (CK_ULONG).

Returns:

  • (Integer)

    accessor for kdf (CK_ULONG)



207
208
209
# File 'ext/pk11_struct.doc', line 207

def kdf
  @kdf
end

#pPublicDataASCII8BIT-String?

Returns accessor for pPublicData and ulPublicDataLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pPublicData and ulPublicDataLen



203
204
205
# File 'ext/pk11_struct.doc', line 203

def pPublicData
  @pPublicData
end

#pPublicData2ASCII8BIT-String?

Returns accessor for pPublicData2.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pPublicData2



205
206
207
# File 'ext/pk11_struct.doc', line 205

def pPublicData2
  @pPublicData2
end

#pSharedDataASCII8BIT-String?

Returns accessor for pSharedData and ulSharedDataLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pSharedData and ulSharedDataLen



201
202
203
# File 'ext/pk11_struct.doc', line 201

def pSharedData
  @pSharedData
end

#publicKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



215
216
217
# File 'ext/pk11_struct.doc', line 215

def publicKey
  @publicKey
end

#ulPrivateDataLenInteger

Returns accessor for ulPrivateDataLen (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulPrivateDataLen (CK_ULONG)



209
210
211
# File 'ext/pk11_struct.doc', line 209

def ulPrivateDataLen
  @ulPrivateDataLen
end

#ulPublicDataLen2Integer

Returns accessor for ulPublicDataLen2 (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulPublicDataLen2 (CK_ULONG)



213
214
215
# File 'ext/pk11_struct.doc', line 213

def ulPublicDataLen2
  @ulPublicDataLen2
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end