Class: PKCS11::CK_ECDH1_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
-
#kdf ⇒ Integer
Accessor for kdf (CK_ULONG).
-
#pPublicData ⇒ ASCII8BIT-String?
Accessor for pPublicData and ulPublicDataLen.
-
#pSharedData ⇒ ASCII8BIT-String?
Accessor for pSharedData and ulSharedDataLen.
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
#kdf ⇒ Integer
Returns accessor for kdf (CK_ULONG).
191 192 193 |
# File 'ext/pk11_struct.doc', line 191 def kdf @kdf end |
#pPublicData ⇒ ASCII8BIT-String?
Returns accessor for pPublicData and ulPublicDataLen.
189 190 191 |
# File 'ext/pk11_struct.doc', line 189 def pPublicData @pPublicData end |
#pSharedData ⇒ ASCII8BIT-String?
Returns accessor for pSharedData and ulSharedDataLen.
187 188 189 |
# File 'ext/pk11_struct.doc', line 187 def pSharedData @pSharedData end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
185 |
# File 'ext/pk11_struct.doc', line 185 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
183 |
# File 'ext/pk11_struct.doc', line 183 def to_s; end |