Class: PKCS11::Luna::CK_RC2_MAC_GENERAL_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#ulEffectiveBits ⇒ Integer
Accessor for ulEffectiveBits (CK_ULONG).
-
#ulMacLength ⇒ Integer
Accessor for ulMacLength (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
#ulEffectiveBits ⇒ Integer
217 218 219 |
# File 'ext/pk11l_struct.doc', line 217 def ulEffectiveBits @ulEffectiveBits end |
#ulMacLength ⇒ Integer
219 220 221 |
# File 'ext/pk11l_struct.doc', line 219 def ulMacLength @ulMacLength end |
Instance Method Details
#members ⇒ Array<String>
215 |
# File 'ext/pk11l_struct.doc', line 215 def members; end |
#to_s ⇒ String
213 |
# File 'ext/pk11l_struct.doc', line 213 def to_s; end |