Class: PKCS11::CK_RC2_MAC_GENERAL_PARAMS
- Defined in:
- ext/pk11_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.
Methods inherited from CStruct
Instance Attribute Details
#ulEffectiveBits ⇒ Integer
Returns accessor for ulEffectiveBits (CK_ULONG).
315 316 317 |
# File 'ext/pk11_struct.doc', line 315 def ulEffectiveBits @ulEffectiveBits end |
#ulMacLength ⇒ Integer
Returns accessor for ulMacLength (CK_ULONG).
317 318 319 |
# File 'ext/pk11_struct.doc', line 317 def ulMacLength @ulMacLength end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
313 |
# File 'ext/pk11_struct.doc', line 313 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
311 |
# File 'ext/pk11_struct.doc', line 311 def to_s; end |