Class: PKCS11::CK_AES_CBC_ENCRYPT_DATA_PARAMS
- Defined in:
- ext/pk11_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 16 bytes).
-
#pData ⇒ String?
Accessor for pData and length.
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 ⇒ String
Returns accessor for iv (max 16 bytes).
381 382 383 |
# File 'ext/pk11_struct.doc', line 381 def iv @iv end |
#pData ⇒ String?
Returns accessor for pData and length.
379 380 381 |
# File 'ext/pk11_struct.doc', line 379 def pData @pData end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
377 |
# File 'ext/pk11_struct.doc', line 377 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
375 |
# File 'ext/pk11_struct.doc', line 375 def to_s; end |