Class: PKCS11::CK_SSL3_MASTER_KEY_DERIVE_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pVersion ⇒ PKCS11::CK_VERSION?
Pointer to struct.
-
#RandomInfo ⇒ PKCS11::CK_SSL3_RANDOM_DATA
Inline struct.
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
#pVersion ⇒ PKCS11::CK_VERSION?
Returns pointer to struct.
485 486 487 |
# File 'ext/pk11_struct.doc', line 485 def pVersion @pVersion end |
#RandomInfo ⇒ PKCS11::CK_SSL3_RANDOM_DATA
Returns inline struct.
483 484 485 |
# File 'ext/pk11_struct.doc', line 483 def RandomInfo @RandomInfo end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
481 |
# File 'ext/pk11_struct.doc', line 481 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
479 |
# File 'ext/pk11_struct.doc', line 479 def to_s; end |