Class: PKCS11::CK_WTLS_KEY_MAT_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#bIsExport ⇒ Boolean
Bool value.
-
#DigestMechanism ⇒ Integer
Accessor for DigestMechanism (CK_ULONG).
-
#pReturnedKeyMaterial ⇒ PKCS11::CK_WTLS_KEY_MAT_OUT?
Pointer to struct.
-
#RandomInfo ⇒ PKCS11::CK_WTLS_RANDOM_DATA
Inline struct.
-
#ulIVSizeInBits ⇒ Integer
Accessor for ulIVSizeInBits (CK_ULONG).
-
#ulKeySizeInBits ⇒ Integer
Accessor for ulKeySizeInBits (CK_ULONG).
-
#ulMacSizeInBits ⇒ Integer
Accessor for ulMacSizeInBits (CK_ULONG).
-
#ulSequenceNumber ⇒ Integer
Accessor for ulSequenceNumber (CK_ULONG).
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
#bIsExport ⇒ Boolean
Returns Bool value.
603 604 605 |
# File 'ext/pk11_struct.doc', line 603 def bIsExport @bIsExport end |
#DigestMechanism ⇒ Integer
Returns accessor for DigestMechanism (CK_ULONG).
593 594 595 |
# File 'ext/pk11_struct.doc', line 593 def DigestMechanism @DigestMechanism end |
#pReturnedKeyMaterial ⇒ PKCS11::CK_WTLS_KEY_MAT_OUT?
Returns pointer to struct.
607 608 609 |
# File 'ext/pk11_struct.doc', line 607 def pReturnedKeyMaterial @pReturnedKeyMaterial end |
#RandomInfo ⇒ PKCS11::CK_WTLS_RANDOM_DATA
Returns inline struct.
605 606 607 |
# File 'ext/pk11_struct.doc', line 605 def RandomInfo @RandomInfo end |
#ulIVSizeInBits ⇒ Integer
Returns accessor for ulIVSizeInBits (CK_ULONG).
599 600 601 |
# File 'ext/pk11_struct.doc', line 599 def ulIVSizeInBits @ulIVSizeInBits end |
#ulKeySizeInBits ⇒ Integer
Returns accessor for ulKeySizeInBits (CK_ULONG).
597 598 599 |
# File 'ext/pk11_struct.doc', line 597 def ulKeySizeInBits @ulKeySizeInBits end |
#ulMacSizeInBits ⇒ Integer
Returns accessor for ulMacSizeInBits (CK_ULONG).
595 596 597 |
# File 'ext/pk11_struct.doc', line 595 def ulMacSizeInBits @ulMacSizeInBits end |
#ulSequenceNumber ⇒ Integer
Returns accessor for ulSequenceNumber (CK_ULONG).
601 602 603 |
# File 'ext/pk11_struct.doc', line 601 def ulSequenceNumber @ulSequenceNumber end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
591 |
# File 'ext/pk11_struct.doc', line 591 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
589 |
# File 'ext/pk11_struct.doc', line 589 def to_s; end |