Class: PKCS11::CK_PKCS5_PBKD2_PARAMS
- Defined in:
- ext/pk11_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 ⇒ UTF8-String?
Accessor for pPassword.
-
#pPrfData ⇒ ASCII8BIT-String?
Accessor for pPrfData and ulPrfDataLen.
-
#prf ⇒ Integer
Accessor for prf (CK_ULONG).
-
#pSaltSourceData ⇒ ASCII8BIT-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.
Methods inherited from CStruct
Instance Attribute Details
#iterations ⇒ Integer
Returns accessor for iterations (CK_ULONG).
655 656 657 |
# File 'ext/pk11_struct.doc', line 655 def iterations @iterations end |
#pPassword ⇒ UTF8-String?
Returns accessor for pPassword.
651 652 653 |
# File 'ext/pk11_struct.doc', line 651 def pPassword @pPassword end |
#pPrfData ⇒ ASCII8BIT-String?
Returns accessor for pPrfData and ulPrfDataLen.
649 650 651 |
# File 'ext/pk11_struct.doc', line 649 def pPrfData @pPrfData end |
#prf ⇒ Integer
Returns accessor for prf (CK_ULONG).
657 658 659 |
# File 'ext/pk11_struct.doc', line 657 def prf @prf end |
#pSaltSourceData ⇒ ASCII8BIT-String?
Returns accessor for pSaltSourceData and ulSaltSourceDataLen.
647 648 649 |
# File 'ext/pk11_struct.doc', line 647 def pSaltSourceData @pSaltSourceData end |
#saltSource ⇒ Integer
Returns accessor for saltSource (CK_ULONG).
653 654 655 |
# File 'ext/pk11_struct.doc', line 653 def saltSource @saltSource end |
#ulPasswordLen ⇒ Integer?
Returns accessor for ulPasswordLen (CK_ULONG_PTR).
659 660 661 |
# File 'ext/pk11_struct.doc', line 659 def ulPasswordLen @ulPasswordLen end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
645 |
# File 'ext/pk11_struct.doc', line 645 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
643 |
# File 'ext/pk11_struct.doc', line 643 def to_s; end |