Class: PKCS11::CK_OTP_SIGNATURE_INFO
- Defined in:
- ext/pk11_struct.doc
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.
691 692 693 |
# File 'ext/pk11_struct.doc', line 691 def pParams @pParams end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
689 |
# File 'ext/pk11_struct.doc', line 689 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
687 |
# File 'ext/pk11_struct.doc', line 687 def to_s; end |