Class: PKCS11::CK_RC5_PARAMS
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#ulRounds ⇒ Integer
Accessor for ulRounds (CK_ULONG).
-
#ulWordsize ⇒ Integer
Accessor for ulWordsize (CK_ULONG).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Methods inherited from CStruct
Instance Attribute Details
#ulRounds ⇒ Integer
Returns accessor for ulRounds (CK_ULONG).
329 330 331 |
# File 'ext/pk11_struct.doc', line 329 def ulRounds @ulRounds end |
#ulWordsize ⇒ Integer
Returns accessor for ulWordsize (CK_ULONG).
327 328 329 |
# File 'ext/pk11_struct.doc', line 327 def ulWordsize @ulWordsize end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
325 |
# File 'ext/pk11_struct.doc', line 325 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
323 |
# File 'ext/pk11_struct.doc', line 323 def to_s; end |