Class: PKCS11::CK_WTLS_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
-
#DigestMechanism ⇒ Integer
Accessor for DigestMechanism (CK_ULONG).
-
#pVersion ⇒ String?
Accessor for pVersion.
-
#RandomInfo ⇒ PKCS11::CK_WTLS_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
#DigestMechanism ⇒ Integer
Returns accessor for DigestMechanism (CK_ULONG).
549 550 551 |
# File 'ext/pk11_struct.doc', line 549 def DigestMechanism @DigestMechanism end |
#pVersion ⇒ String?
Returns accessor for pVersion.
547 548 549 |
# File 'ext/pk11_struct.doc', line 547 def pVersion @pVersion end |
#RandomInfo ⇒ PKCS11::CK_WTLS_RANDOM_DATA
Returns inline struct.
551 552 553 |
# File 'ext/pk11_struct.doc', line 551 def RandomInfo @RandomInfo end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
545 |
# File 'ext/pk11_struct.doc', line 545 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
543 |
# File 'ext/pk11_struct.doc', line 543 def to_s; end |