Class: PKCS11::CK_WTLS_PRF_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#DigestMechanism ⇒ Integer
Accessor for DigestMechanism (CK_ULONG).
-
#pLabel ⇒ ASCII8BIT-String?
Accessor for pLabel and ulLabelLen.
-
#pOutput ⇒ ASCII8BIT-String?
Accessor for pOutput.
-
#pSeed ⇒ ASCII8BIT-String?
Accessor for pSeed and ulSeedLen.
-
#pulOutputLen ⇒ Integer?
Accessor for pulOutputLen (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
#DigestMechanism ⇒ Integer
Returns accessor for DigestMechanism (CK_ULONG).
567 568 569 |
# File 'ext/pk11_struct.doc', line 567 def DigestMechanism @DigestMechanism end |
#pLabel ⇒ ASCII8BIT-String?
Returns accessor for pLabel and ulLabelLen.
563 564 565 |
# File 'ext/pk11_struct.doc', line 563 def pLabel @pLabel end |
#pOutput ⇒ ASCII8BIT-String?
Returns accessor for pOutput.
565 566 567 |
# File 'ext/pk11_struct.doc', line 565 def pOutput @pOutput end |
#pSeed ⇒ ASCII8BIT-String?
Returns accessor for pSeed and ulSeedLen.
561 562 563 |
# File 'ext/pk11_struct.doc', line 561 def pSeed @pSeed end |
#pulOutputLen ⇒ Integer?
Returns accessor for pulOutputLen (CK_ULONG_PTR).
569 570 571 |
# File 'ext/pk11_struct.doc', line 569 def pulOutputLen @pulOutputLen end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
559 |
# File 'ext/pk11_struct.doc', line 559 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
557 |
# File 'ext/pk11_struct.doc', line 557 def to_s; end |