Class: PKCS11::CK_RC5_CBC_PARAMS
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pIv ⇒ ASCII8BIT-String?
Accessor for pIv and ulIvLen.
-
#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
#pIv ⇒ ASCII8BIT-String?
Returns accessor for pIv and ulIvLen.
339 340 341 |
# File 'ext/pk11_struct.doc', line 339 def pIv @pIv end |
#ulRounds ⇒ Integer
Returns accessor for ulRounds (CK_ULONG).
343 344 345 |
# File 'ext/pk11_struct.doc', line 343 def ulRounds @ulRounds end |
#ulWordsize ⇒ Integer
Returns accessor for ulWordsize (CK_ULONG).
341 342 343 |
# File 'ext/pk11_struct.doc', line 341 def ulWordsize @ulWordsize end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
337 |
# File 'ext/pk11_struct.doc', line 337 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
335 |
# File 'ext/pk11_struct.doc', line 335 def to_s; end |