Class: PKCS11::CK_SSL3_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.
-
#pReturnedKeyMaterial ⇒ PKCS11::CK_SSL3_KEY_MAT_OUT?
Pointer to struct.
-
#RandomInfo ⇒ PKCS11::CK_SSL3_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).
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.
521 522 523 |
# File 'ext/pk11_struct.doc', line 521 def bIsExport @bIsExport end |
#pReturnedKeyMaterial ⇒ PKCS11::CK_SSL3_KEY_MAT_OUT?
Returns pointer to struct.
525 526 527 |
# File 'ext/pk11_struct.doc', line 525 def pReturnedKeyMaterial @pReturnedKeyMaterial end |
#RandomInfo ⇒ PKCS11::CK_SSL3_RANDOM_DATA
Returns inline struct.
523 524 525 |
# File 'ext/pk11_struct.doc', line 523 def RandomInfo @RandomInfo end |
#ulIVSizeInBits ⇒ Integer
Returns accessor for ulIVSizeInBits (CK_ULONG).
519 520 521 |
# File 'ext/pk11_struct.doc', line 519 def ulIVSizeInBits @ulIVSizeInBits end |
#ulKeySizeInBits ⇒ Integer
Returns accessor for ulKeySizeInBits (CK_ULONG).
517 518 519 |
# File 'ext/pk11_struct.doc', line 517 def ulKeySizeInBits @ulKeySizeInBits end |
#ulMacSizeInBits ⇒ Integer
Returns accessor for ulMacSizeInBits (CK_ULONG).
515 516 517 |
# File 'ext/pk11_struct.doc', line 515 def ulMacSizeInBits @ulMacSizeInBits end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
513 |
# File 'ext/pk11_struct.doc', line 513 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
511 |
# File 'ext/pk11_struct.doc', line 511 def to_s; end |