Class: PKCS11::CK_RC2_CBC_PARAMS
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#iv ⇒ ASCII8BIT-String
Accessor for iv (max 8 bytes).
-
#ulEffectiveBits ⇒ Integer
Accessor for ulEffectiveBits (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
#iv ⇒ ASCII8BIT-String
Returns accessor for iv (max 8 bytes).
305 306 307 |
# File 'ext/pk11_struct.doc', line 305 def iv @iv end |
#ulEffectiveBits ⇒ Integer
Returns accessor for ulEffectiveBits (CK_ULONG).
303 304 305 |
# File 'ext/pk11_struct.doc', line 303 def ulEffectiveBits @ulEffectiveBits end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
301 |
# File 'ext/pk11_struct.doc', line 301 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
299 |
# File 'ext/pk11_struct.doc', line 299 def to_s; end |