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

#ulRoundsInteger

Returns accessor for ulRounds (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulRounds (CK_ULONG)



329
330
331
# File 'ext/pk11_struct.doc', line 329

def ulRounds
  @ulRounds
end

#ulWordsizeInteger

Returns accessor for ulWordsize (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulWordsize (CK_ULONG)



327
328
329
# File 'ext/pk11_struct.doc', line 327

def ulWordsize
  @ulWordsize
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end