Class: PKCS11::ProtectServer::CK_PP_LOAD_SECRET_PARAMS
- Inherits:
-
CStruct
- Object
- Pkcs11CStruct
- CStruct
- PKCS11::ProtectServer::CK_PP_LOAD_SECRET_PARAMS
- Defined in:
- ext/pk11s_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#bMaskInput ⇒ Boolean
Bool value.
-
#cConvert ⇒ Integer
Accessor for cConvert (CK_ULONG).
-
#prompt ⇒ String?
Accessor for prompt.
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#bMaskInput ⇒ Boolean
Returns Bool value.
121 122 123 |
# File 'ext/pk11s_struct.doc', line 121 def bMaskInput @bMaskInput end |
#cConvert ⇒ Integer
Returns accessor for cConvert (CK_ULONG).
123 124 125 |
# File 'ext/pk11s_struct.doc', line 123 def cConvert @cConvert end |
#prompt ⇒ String?
Returns accessor for prompt.
119 120 121 |
# File 'ext/pk11s_struct.doc', line 119 def prompt @prompt end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
117 |
# File 'ext/pk11s_struct.doc', line 117 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
115 |
# File 'ext/pk11s_struct.doc', line 115 def to_s; end |