Class: PKCS11::ProtectServer::CK_DES3_CBC_PARAMS
- Defined in:
- ext/pk11s_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#data ⇒ String
Accessor for data (max 24 bytes).
-
#iv ⇒ String
Accessor for iv (max 8 bytes).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#data ⇒ String
Returns accessor for data (max 24 bytes).
35 36 37 |
# File 'ext/pk11s_struct.doc', line 35 def data @data end |
#iv ⇒ String
Returns accessor for iv (max 8 bytes).
33 34 35 |
# File 'ext/pk11s_struct.doc', line 33 def iv @iv end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
31 |
# File 'ext/pk11s_struct.doc', line 31 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
29 |
# File 'ext/pk11s_struct.doc', line 29 def to_s; end |