Class: PKCS11::Luna::CK_RC2_CBC_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#iv ⇒ 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.
Instance Attribute Details
#iv ⇒ String
Returns accessor for iv (max 8 bytes).
207 208 209 |
# File 'ext/pk11l_struct.doc', line 207 def iv @iv end |
#ulEffectiveBits ⇒ Integer
Returns accessor for ulEffectiveBits (CK_ULONG).
205 206 207 |
# File 'ext/pk11l_struct.doc', line 205 def ulEffectiveBits @ulEffectiveBits end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
203 |
# File 'ext/pk11l_struct.doc', line 203 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
201 |
# File 'ext/pk11l_struct.doc', line 201 def to_s; end |