Class: PKCS11::ProtectServer::CK_MECH_AND_OBJECTS
- Defined in:
- ext/pk11s_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#mechanism ⇒ Array<PKCS11::CK_MECH_AND_OBJECT>
Accessor for mechanism and count.
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#mechanism ⇒ Array<PKCS11::CK_MECH_AND_OBJECT>
Returns accessor for mechanism and count.
91 92 93 |
# File 'ext/pk11s_struct.doc', line 91 def mechanism @mechanism end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
89 |
# File 'ext/pk11s_struct.doc', line 89 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
87 |
# File 'ext/pk11s_struct.doc', line 87 def to_s; end |