Class: PKCS11::CK_OTP_PARAM
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pValue ⇒ ASCII8BIT-String?
Accessor for pValue and ulValueLen.
-
#type ⇒ Integer
Accessor for type (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
#pValue ⇒ ASCII8BIT-String?
Returns accessor for pValue and ulValueLen.
669 670 671 |
# File 'ext/pk11_struct.doc', line 669 def pValue @pValue end |
#type ⇒ Integer
Returns accessor for type (CK_ULONG).
671 672 673 |
# File 'ext/pk11_struct.doc', line 671 def type @type end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
667 |
# File 'ext/pk11_struct.doc', line 667 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
665 |
# File 'ext/pk11_struct.doc', line 665 def to_s; end |