Class: PKCS11::CK_KEA_DERIVE_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#isSender ⇒ Boolean
Bool value.
-
#pPublicData ⇒ ASCII8BIT-String?
Accessor for pPublicData and ulPublicDataLen.
-
#pRandomA ⇒ ASCII8BIT-String?
Accessor for pRandomA.
-
#pRandomB ⇒ ASCII8BIT-String?
Accessor for pRandomB.
-
#ulRandomLen ⇒ Integer
Accessor for ulRandomLen (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
#isSender ⇒ Boolean
Returns Bool value.
291 292 293 |
# File 'ext/pk11_struct.doc', line 291 def isSender @isSender end |
#pPublicData ⇒ ASCII8BIT-String?
Returns accessor for pPublicData and ulPublicDataLen.
289 290 291 |
# File 'ext/pk11_struct.doc', line 289 def pPublicData @pPublicData end |
#pRandomA ⇒ ASCII8BIT-String?
Returns accessor for pRandomA.
285 286 287 |
# File 'ext/pk11_struct.doc', line 285 def pRandomA @pRandomA end |
#pRandomB ⇒ ASCII8BIT-String?
Returns accessor for pRandomB.
287 288 289 |
# File 'ext/pk11_struct.doc', line 287 def pRandomB @pRandomB end |
#ulRandomLen ⇒ Integer
Returns accessor for ulRandomLen (CK_ULONG).
293 294 295 |
# File 'ext/pk11_struct.doc', line 293 def ulRandomLen @ulRandomLen end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
283 |
# File 'ext/pk11_struct.doc', line 283 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
281 |
# File 'ext/pk11_struct.doc', line 281 def to_s; end |