Class: PKCS11::CK_TLS_MAC_PARAMS
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#prfHashMechanism ⇒ Integer
Accessor for prfHashMechanism (CK_ULONG).
-
#ulMacLength ⇒ Integer
Accessor for ulMacLength (CK_ULONG).
-
#ulServerOrClient ⇒ Integer
Accessor for ulServerOrClient (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
#prfHashMechanism ⇒ Integer
Returns accessor for prfHashMechanism (CK_ULONG).
879 880 881 |
# File 'ext/pk11_struct.doc', line 879 def prfHashMechanism @prfHashMechanism end |
#ulMacLength ⇒ Integer
Returns accessor for ulMacLength (CK_ULONG).
881 882 883 |
# File 'ext/pk11_struct.doc', line 881 def ulMacLength @ulMacLength end |
#ulServerOrClient ⇒ Integer
Returns accessor for ulServerOrClient (CK_ULONG).
883 884 885 |
# File 'ext/pk11_struct.doc', line 883 def ulServerOrClient @ulServerOrClient end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
877 |
# File 'ext/pk11_struct.doc', line 877 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
875 |
# File 'ext/pk11_struct.doc', line 875 def to_s; end |