Class: PKCS11::CK_OTP_PARAM
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pValue ⇒ 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 ⇒ String?
669 670 671 |
# File 'ext/pk11_struct.doc', line 669 def pValue @pValue end |
#type ⇒ Integer
671 672 673 |
# File 'ext/pk11_struct.doc', line 671 def type @type end |
Instance Method Details
#members ⇒ Array<String>
667 |
# File 'ext/pk11_struct.doc', line 667 def members; end |
#to_s ⇒ String
665 |
# File 'ext/pk11_struct.doc', line 665 def to_s; end |