Class: PKCS11::CK_ECDH_AES_KEY_WRAP_PARAMS
- Defined in:
- ext/pk11_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#kdf ⇒ Integer
Accessor for kdf (CK_ULONG).
-
#pSharedData ⇒ ASCII8BIT-String?
Accessor for pSharedData and ulSharedDataLen.
-
#ulAESKeyBits ⇒ Integer
Accessor for ulAESKeyBits (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
#kdf ⇒ Integer
Returns accessor for kdf (CK_ULONG).
801 802 803 |
# File 'ext/pk11_struct.doc', line 801 def kdf @kdf end |
#pSharedData ⇒ ASCII8BIT-String?
Returns accessor for pSharedData and ulSharedDataLen.
797 798 799 |
# File 'ext/pk11_struct.doc', line 797 def pSharedData @pSharedData end |
#ulAESKeyBits ⇒ Integer
Returns accessor for ulAESKeyBits (CK_ULONG).
799 800 801 |
# File 'ext/pk11_struct.doc', line 799 def ulAESKeyBits @ulAESKeyBits end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
795 |
# File 'ext/pk11_struct.doc', line 795 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
793 |
# File 'ext/pk11_struct.doc', line 793 def to_s; end |