Class: PKCS11::Luna::CK_ECIES_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#dhPrimitive ⇒ Integer
Accessor for dhPrimitive (CK_ULONG).
-
#encScheme ⇒ Integer
Accessor for encScheme (CK_ULONG).
-
#kdf ⇒ Integer
Accessor for kdf (CK_ULONG).
-
#macScheme ⇒ Integer
Accessor for macScheme (CK_ULONG).
-
#pSharedData1 ⇒ String?
Accessor for pSharedData1.
-
#pSharedData2 ⇒ String?
Accessor for pSharedData2.
-
#ulEncKeyLenInBits ⇒ Integer
Accessor for ulEncKeyLenInBits (CK_ULONG).
-
#ulMacKeyLenInBits ⇒ Integer
Accessor for ulMacKeyLenInBits (CK_ULONG).
-
#ulMacLenInBits ⇒ Integer
Accessor for ulMacLenInBits (CK_ULONG).
-
#ulSharedDataLen1 ⇒ Integer
Accessor for ulSharedDataLen1 (CK_ULONG).
-
#ulSharedDataLen2 ⇒ Integer
Accessor for ulSharedDataLen2 (CK_ULONG).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#dhPrimitive ⇒ Integer
Returns accessor for dhPrimitive (CK_ULONG).
477 478 479 |
# File 'ext/pk11l_struct.doc', line 477 def dhPrimitive @dhPrimitive end |
#encScheme ⇒ Integer
Returns accessor for encScheme (CK_ULONG).
483 484 485 |
# File 'ext/pk11l_struct.doc', line 483 def encScheme @encScheme end |
#kdf ⇒ Integer
Returns accessor for kdf (CK_ULONG).
479 480 481 |
# File 'ext/pk11l_struct.doc', line 479 def kdf @kdf end |
#macScheme ⇒ Integer
Returns accessor for macScheme (CK_ULONG).
487 488 489 |
# File 'ext/pk11l_struct.doc', line 487 def macScheme @macScheme end |
#pSharedData1 ⇒ String?
Returns accessor for pSharedData1.
473 474 475 |
# File 'ext/pk11l_struct.doc', line 473 def pSharedData1 @pSharedData1 end |
#pSharedData2 ⇒ String?
Returns accessor for pSharedData2.
475 476 477 |
# File 'ext/pk11l_struct.doc', line 475 def pSharedData2 @pSharedData2 end |
#ulEncKeyLenInBits ⇒ Integer
Returns accessor for ulEncKeyLenInBits (CK_ULONG).
485 486 487 |
# File 'ext/pk11l_struct.doc', line 485 def ulEncKeyLenInBits @ulEncKeyLenInBits end |
#ulMacKeyLenInBits ⇒ Integer
Returns accessor for ulMacKeyLenInBits (CK_ULONG).
489 490 491 |
# File 'ext/pk11l_struct.doc', line 489 def ulMacKeyLenInBits @ulMacKeyLenInBits end |
#ulMacLenInBits ⇒ Integer
Returns accessor for ulMacLenInBits (CK_ULONG).
491 492 493 |
# File 'ext/pk11l_struct.doc', line 491 def ulMacLenInBits @ulMacLenInBits end |
#ulSharedDataLen1 ⇒ Integer
Returns accessor for ulSharedDataLen1 (CK_ULONG).
481 482 483 |
# File 'ext/pk11l_struct.doc', line 481 def ulSharedDataLen1 @ulSharedDataLen1 end |
#ulSharedDataLen2 ⇒ Integer
Returns accessor for ulSharedDataLen2 (CK_ULONG).
493 494 495 |
# File 'ext/pk11l_struct.doc', line 493 def ulSharedDataLen2 @ulSharedDataLen2 end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
471 |
# File 'ext/pk11l_struct.doc', line 471 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
469 |
# File 'ext/pk11l_struct.doc', line 469 def to_s; end |