Class: PKCS11::Luna::CK_KEA_DERIVE_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#isSender ⇒ Boolean
Bool value.
-
#pPublicData ⇒ String?
Accessor for pPublicData and ulPublicDataLen.
-
#pRandomA ⇒ String?
Accessor for pRandomA.
-
#pRandomB ⇒ 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.
Instance Attribute Details
#isSender ⇒ Boolean
193 194 195 |
# File 'ext/pk11l_struct.doc', line 193 def isSender @isSender end |
#pPublicData ⇒ String?
191 192 193 |
# File 'ext/pk11l_struct.doc', line 191 def pPublicData @pPublicData end |
#pRandomA ⇒ String?
187 188 189 |
# File 'ext/pk11l_struct.doc', line 187 def pRandomA @pRandomA end |
#pRandomB ⇒ String?
189 190 191 |
# File 'ext/pk11l_struct.doc', line 189 def pRandomB @pRandomB end |
#ulRandomLen ⇒ Integer
195 196 197 |
# File 'ext/pk11l_struct.doc', line 195 def ulRandomLen @ulRandomLen end |
Instance Method Details
#members ⇒ Array<String>
185 |
# File 'ext/pk11l_struct.doc', line 185 def members; end |
#to_s ⇒ String
183 |
# File 'ext/pk11l_struct.doc', line 183 def to_s; end |