Class: PKCS11::Luna::CKCA_MODULE_INFO
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#developerName ⇒ String
Accessor for developerName (max 32 bytes).
-
#moduleDescription ⇒ String
Accessor for moduleDescription (max 32 bytes).
-
#moduleVersion ⇒ PKCS11::Luna::CK_VERSION
Inline struct.
-
#ulModuleSize ⇒ Integer
Accessor for ulModuleSize (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
#developerName ⇒ String
Returns accessor for developerName (max 32 bytes).
553 554 555 |
# File 'ext/pk11l_struct.doc', line 553 def developerName @developerName end |
#moduleDescription ⇒ String
Returns accessor for moduleDescription (max 32 bytes).
555 556 557 |
# File 'ext/pk11l_struct.doc', line 555 def moduleDescription @moduleDescription end |
#moduleVersion ⇒ PKCS11::Luna::CK_VERSION
Returns inline struct.
557 558 559 |
# File 'ext/pk11l_struct.doc', line 557 def moduleVersion @moduleVersion end |
#ulModuleSize ⇒ Integer
Returns accessor for ulModuleSize (CK_ULONG).
551 552 553 |
# File 'ext/pk11l_struct.doc', line 551 def ulModuleSize @ulModuleSize end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
549 |
# File 'ext/pk11l_struct.doc', line 549 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
547 |
# File 'ext/pk11l_struct.doc', line 547 def to_s; end |