Class: PKCS11::Luna::CK_RC5_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
-
#pIv ⇒ 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.
Instance Attribute Details
#pIv ⇒ String?
Returns accessor for pIv and ulIvLen.
241 242 243 |
# File 'ext/pk11l_struct.doc', line 241 def pIv @pIv end |
#ulRounds ⇒ Integer
Returns accessor for ulRounds (CK_ULONG).
245 246 247 |
# File 'ext/pk11l_struct.doc', line 245 def ulRounds @ulRounds end |
#ulWordsize ⇒ Integer
Returns accessor for ulWordsize (CK_ULONG).
243 244 245 |
# File 'ext/pk11l_struct.doc', line 243 def ulWordsize @ulWordsize end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
239 |
# File 'ext/pk11l_struct.doc', line 239 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
237 |
# File 'ext/pk11l_struct.doc', line 237 def to_s; end |