Class: PKCS11::CK_KEY_DERIVATION_STRING_DATA
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pData ⇒ ASCII8BIT-String?
Accessor for pData and ulLen.
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Methods inherited from CStruct
Instance Attribute Details
#pData ⇒ ASCII8BIT-String?
Returns accessor for pData and ulLen.
637 638 639 |
# File 'ext/pk11_struct.doc', line 637 def pData @pData end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
635 |
# File 'ext/pk11_struct.doc', line 635 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
633 |
# File 'ext/pk11_struct.doc', line 633 def to_s; end |