Class: PKCS11::CK_X9_42_DH1_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).
-
#pOtherInfo ⇒ String?
Accessor for pOtherInfo and ulOtherInfoLen.
-
#pPublicData ⇒ String?
Accessor for pPublicData and ulPublicDataLen.
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).
229 230 231 |
# File 'ext/pk11_struct.doc', line 229 def kdf @kdf end |
#pOtherInfo ⇒ String?
Returns accessor for pOtherInfo and ulOtherInfoLen.
225 226 227 |
# File 'ext/pk11_struct.doc', line 225 def pOtherInfo @pOtherInfo end |
#pPublicData ⇒ String?
Returns accessor for pPublicData and ulPublicDataLen.
227 228 229 |
# File 'ext/pk11_struct.doc', line 227 def pPublicData @pPublicData end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
223 |
# File 'ext/pk11_struct.doc', line 223 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
221 |
# File 'ext/pk11_struct.doc', line 221 def to_s; end |