Class: PKCS11::CK_TLS_KDF_PARAMS
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pContextData ⇒ ASCII8BIT-String?
Accessor for pContextData.
-
#pLabel ⇒ ASCII8BIT-String?
Accessor for pLabel.
-
#prfMechanism ⇒ Integer
Accessor for prfMechanism (CK_ULONG).
-
#RandomInfo ⇒ PKCS11::CK_SSL3_RANDOM_DATA
Inline struct.
-
#ulContextDataLength ⇒ Integer
Accessor for ulContextDataLength (CK_ULONG).
-
#ulLabelLength ⇒ Integer
Accessor for ulLabelLength (CK_ULONG).
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
#pContextData ⇒ ASCII8BIT-String?
Returns accessor for pContextData.
861 862 863 |
# File 'ext/pk11_struct.doc', line 861 def pContextData @pContextData end |
#pLabel ⇒ ASCII8BIT-String?
Returns accessor for pLabel.
859 860 861 |
# File 'ext/pk11_struct.doc', line 859 def pLabel @pLabel end |
#prfMechanism ⇒ Integer
Returns accessor for prfMechanism (CK_ULONG).
863 864 865 |
# File 'ext/pk11_struct.doc', line 863 def prfMechanism @prfMechanism end |
#RandomInfo ⇒ PKCS11::CK_SSL3_RANDOM_DATA
Returns inline struct.
867 868 869 |
# File 'ext/pk11_struct.doc', line 867 def RandomInfo @RandomInfo end |
#ulContextDataLength ⇒ Integer
Returns accessor for ulContextDataLength (CK_ULONG).
869 870 871 |
# File 'ext/pk11_struct.doc', line 869 def ulContextDataLength @ulContextDataLength end |
#ulLabelLength ⇒ Integer
Returns accessor for ulLabelLength (CK_ULONG).
865 866 867 |
# File 'ext/pk11_struct.doc', line 865 def ulLabelLength @ulLabelLength end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
857 |
# File 'ext/pk11_struct.doc', line 857 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
855 |
# File 'ext/pk11_struct.doc', line 855 def to_s; end |