Class: PKCS11::ProtectServer::CK_ATTRIBUTES
- Defined in:
- ext/pk11s_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#attributes ⇒ Array<PKCS11::CK_ATTRIBUTE>
Accessor for attributes 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
#attributes ⇒ Array<PKCS11::CK_ATTRIBUTE>
Returns accessor for attributes and count.
57 58 59 |
# File 'ext/pk11s_struct.doc', line 57 def attributes @attributes end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
55 |
# File 'ext/pk11s_struct.doc', line 55 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
53 |
# File 'ext/pk11s_struct.doc', line 53 def to_s; end |