Class: PKCS11::CK_TLS12_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
-
#prfHashMechanism ⇒ Integer
Accessor for prfHashMechanism (CK_ULONG).
-
#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
#prfHashMechanism ⇒ Integer
Returns accessor for prfHashMechanism (CK_ULONG).
827 828 829 |
# File 'ext/pk11_struct.doc', line 827 def prfHashMechanism @prfHashMechanism end |
#pVersion ⇒ PKCS11::CK_VERSION?
Returns pointer to struct.
825 826 827 |
# File 'ext/pk11_struct.doc', line 825 def pVersion @pVersion end |
#RandomInfo ⇒ PKCS11::CK_SSL3_RANDOM_DATA
Returns inline struct.
823 824 825 |
# File 'ext/pk11_struct.doc', line 823 def RandomInfo @RandomInfo end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
821 |
# File 'ext/pk11_struct.doc', line 821 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
819 |
# File 'ext/pk11_struct.doc', line 819 def to_s; end |