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

#isSenderBoolean

Returns Bool value.

Returns:

  • (Boolean)

    Bool value



291
292
293
# File 'ext/pk11_struct.doc', line 291

def isSender
  @isSender
end

#pPublicDataASCII8BIT-String?

Returns accessor for pPublicData and ulPublicDataLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pPublicData and ulPublicDataLen



289
290
291
# File 'ext/pk11_struct.doc', line 289

def pPublicData
  @pPublicData
end

#pRandomAASCII8BIT-String?

Returns accessor for pRandomA.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pRandomA



285
286
287
# File 'ext/pk11_struct.doc', line 285

def pRandomA
  @pRandomA
end

#pRandomBASCII8BIT-String?

Returns accessor for pRandomB.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pRandomB



287
288
289
# File 'ext/pk11_struct.doc', line 287

def pRandomB
  @pRandomB
end

#ulRandomLenInteger

Returns accessor for ulRandomLen (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulRandomLen (CK_ULONG)



293
294
295
# File 'ext/pk11_struct.doc', line 293

def ulRandomLen
  @ulRandomLen
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end