Class: PKCS11::Luna::CK_LKM_TOKEN_ID
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#id ⇒ String
Accessor for id (max AKEP2_NID_SIZE bytes).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#id ⇒ String
Returns accessor for id (max AKEP2_NID_SIZE bytes).
649 650 651 |
# File 'ext/pk11l_struct.doc', line 649 def id @id end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
647 |
# File 'ext/pk11l_struct.doc', line 647 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
645 |
# File 'ext/pk11l_struct.doc', line 645 def to_s; end |