Class: PKCS11::CK_X9_42_MQV_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
-
#hPrivateData ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#kdf ⇒ Integer
Accessor for kdf (CK_ULONG).
-
#pOtherInfo ⇒ ASCII8BIT-String?
Accessor for pOtherInfo and ulOtherInfoLen.
-
#pPublicData ⇒ ASCII8BIT-String?
Accessor for pPublicData and ulPublicDataLen.
-
#pPublicData2 ⇒ ASCII8BIT-String?
Accessor for pPublicData2.
-
#publicKey ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#ulPrivateDataLen ⇒ Integer
Accessor for ulPrivateDataLen (CK_ULONG).
-
#ulPublicDataLen2 ⇒ Integer
Accessor for ulPublicDataLen2 (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
#hPrivateData ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
271 272 273 |
# File 'ext/pk11_struct.doc', line 271 def hPrivateData @hPrivateData end |
#kdf ⇒ Integer
Returns accessor for kdf (CK_ULONG).
267 268 269 |
# File 'ext/pk11_struct.doc', line 267 def kdf @kdf end |
#pOtherInfo ⇒ ASCII8BIT-String?
Returns accessor for pOtherInfo and ulOtherInfoLen.
261 262 263 |
# File 'ext/pk11_struct.doc', line 261 def pOtherInfo @pOtherInfo end |
#pPublicData ⇒ ASCII8BIT-String?
Returns accessor for pPublicData and ulPublicDataLen.
263 264 265 |
# File 'ext/pk11_struct.doc', line 263 def pPublicData @pPublicData end |
#pPublicData2 ⇒ ASCII8BIT-String?
Returns accessor for pPublicData2.
265 266 267 |
# File 'ext/pk11_struct.doc', line 265 def pPublicData2 @pPublicData2 end |
#publicKey ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
275 276 277 |
# File 'ext/pk11_struct.doc', line 275 def publicKey @publicKey end |
#ulPrivateDataLen ⇒ Integer
Returns accessor for ulPrivateDataLen (CK_ULONG).
269 270 271 |
# File 'ext/pk11_struct.doc', line 269 def ulPrivateDataLen @ulPrivateDataLen end |
#ulPublicDataLen2 ⇒ Integer
Returns accessor for ulPublicDataLen2 (CK_ULONG).
273 274 275 |
# File 'ext/pk11_struct.doc', line 273 def ulPublicDataLen2 @ulPublicDataLen2 end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
259 |
# File 'ext/pk11_struct.doc', line 259 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
257 |
# File 'ext/pk11_struct.doc', line 257 def to_s; end |