Class: PKCS11::CK_OTP_PARAMS
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pParams ⇒ Array<PKCS11::CK_OTP_PARAM>
Accessor for pParams and ulCount.
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
#pParams ⇒ Array<PKCS11::CK_OTP_PARAM>
Returns accessor for pParams and ulCount.
681 682 683 |
# File 'ext/pk11_struct.doc', line 681 def pParams @pParams end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
679 |
# File 'ext/pk11_struct.doc', line 679 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
677 |
# File 'ext/pk11_struct.doc', line 677 def to_s; end |