Class: PKCS11::Luna::CK_XOR_BASE_DATA_KDF_PARAMS
- Defined in:
- ext/pk11l_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).
-
#pSharedData ⇒ 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.
Instance Attribute Details
#kdf ⇒ Integer
Returns accessor for kdf (CK_ULONG).
463 464 465 |
# File 'ext/pk11l_struct.doc', line 463 def kdf @kdf end |
#pSharedData ⇒ String?
Returns accessor for pSharedData and ulSharedDataLen.
461 462 463 |
# File 'ext/pk11l_struct.doc', line 461 def pSharedData @pSharedData end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
459 |
# File 'ext/pk11l_struct.doc', line 459 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
457 |
# File 'ext/pk11l_struct.doc', line 457 def to_s; end |