Class: PKCS11::Luna::CK_PKCS5_PBKD2_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#iterations ⇒ Integer
Accessor for iterations (CK_ULONG).
-
#pPassword ⇒ String?
Accessor for pPassword.
-
#pPrfData ⇒ String?
Accessor for pPrfData and ulPrfDataLen.
-
#prf ⇒ Integer
Accessor for prf (CK_ULONG).
-
#pSaltSourceData ⇒ String?
Accessor for pSaltSourceData and ulSaltSourceDataLen.
-
#saltSource ⇒ Integer
Accessor for saltSource (CK_ULONG).
-
#ulPasswordLen ⇒ Integer?
Accessor for ulPasswordLen (CK_ULONG_PTR).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#iterations ⇒ Integer
Returns accessor for iterations (CK_ULONG).
431 432 433 |
# File 'ext/pk11l_struct.doc', line 431 def iterations @iterations end |
#pPassword ⇒ String?
Returns accessor for pPassword.
427 428 429 |
# File 'ext/pk11l_struct.doc', line 427 def pPassword @pPassword end |
#pPrfData ⇒ String?
Returns accessor for pPrfData and ulPrfDataLen.
425 426 427 |
# File 'ext/pk11l_struct.doc', line 425 def pPrfData @pPrfData end |
#prf ⇒ Integer
Returns accessor for prf (CK_ULONG).
433 434 435 |
# File 'ext/pk11l_struct.doc', line 433 def prf @prf end |
#pSaltSourceData ⇒ String?
Returns accessor for pSaltSourceData and ulSaltSourceDataLen.
423 424 425 |
# File 'ext/pk11l_struct.doc', line 423 def pSaltSourceData @pSaltSourceData end |
#saltSource ⇒ Integer
Returns accessor for saltSource (CK_ULONG).
429 430 431 |
# File 'ext/pk11l_struct.doc', line 429 def saltSource @saltSource end |
#ulPasswordLen ⇒ Integer?
Returns accessor for ulPasswordLen (CK_ULONG_PTR).
435 436 437 |
# File 'ext/pk11l_struct.doc', line 435 def ulPasswordLen @ulPasswordLen end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
421 |
# File 'ext/pk11l_struct.doc', line 421 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
419 |
# File 'ext/pk11l_struct.doc', line 419 def to_s; end |