Class: PKCS11::Luna::CK_SSL3_MASTER_KEY_DERIVE_PARAMS
- Inherits:
-
CStruct
- Object
- Pkcs11CStruct
- CStruct
- PKCS11::Luna::CK_SSL3_MASTER_KEY_DERIVE_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pVersion ⇒ PKCS11::Luna::CK_VERSION?
Pointer to struct.
-
#RandomInfo ⇒ PKCS11::Luna::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.
Instance Attribute Details
#pVersion ⇒ PKCS11::Luna::CK_VERSION?
Returns pointer to struct.
363 364 365 |
# File 'ext/pk11l_struct.doc', line 363 def pVersion @pVersion end |
#RandomInfo ⇒ PKCS11::Luna::CK_SSL3_RANDOM_DATA
Returns inline struct.
361 362 363 |
# File 'ext/pk11l_struct.doc', line 361 def RandomInfo @RandomInfo end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
359 |
# File 'ext/pk11l_struct.doc', line 359 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
357 |
# File 'ext/pk11l_struct.doc', line 357 def to_s; end |