Class: PKCS11::CK_X9_42_DH2_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.
-
#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).
249 250 251 |
# File 'ext/pk11_struct.doc', line 249 def hPrivateData @hPrivateData end |
#kdf ⇒ Integer
Returns accessor for kdf (CK_ULONG).
245 246 247 |
# File 'ext/pk11_struct.doc', line 245 def kdf @kdf end |
#pOtherInfo ⇒ ASCII8BIT-String?
Returns accessor for pOtherInfo and ulOtherInfoLen.
239 240 241 |
# File 'ext/pk11_struct.doc', line 239 def pOtherInfo @pOtherInfo end |
#pPublicData ⇒ ASCII8BIT-String?
Returns accessor for pPublicData and ulPublicDataLen.
241 242 243 |
# File 'ext/pk11_struct.doc', line 241 def pPublicData @pPublicData end |
#pPublicData2 ⇒ ASCII8BIT-String?
Returns accessor for pPublicData2.
243 244 245 |
# File 'ext/pk11_struct.doc', line 243 def pPublicData2 @pPublicData2 end |
#ulPrivateDataLen ⇒ Integer
Returns accessor for ulPrivateDataLen (CK_ULONG).
247 248 249 |
# File 'ext/pk11_struct.doc', line 247 def ulPrivateDataLen @ulPrivateDataLen end |
#ulPublicDataLen2 ⇒ Integer
Returns accessor for ulPublicDataLen2 (CK_ULONG).
251 252 253 |
# File 'ext/pk11_struct.doc', line 251 def ulPublicDataLen2 @ulPublicDataLen2 end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
237 |
# File 'ext/pk11_struct.doc', line 237 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
235 |
# File 'ext/pk11_struct.doc', line 235 def to_s; end |