Class: PKCS11::Luna::CK_AES_GCM_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pAAD ⇒ String?
Accessor for pAAD and ulAADLen.
-
#pIv ⇒ String?
Accessor for pIv and ulIvLen.
-
#ulIvBits ⇒ Integer
Accessor for ulIvBits (CK_ULONG).
-
#ulTagBits ⇒ Integer
Accessor for ulTagBits (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
#pAAD ⇒ String?
447 448 449 |
# File 'ext/pk11l_struct.doc', line 447 def pAAD @pAAD end |
#pIv ⇒ String?
445 446 447 |
# File 'ext/pk11l_struct.doc', line 445 def pIv @pIv end |
#ulIvBits ⇒ Integer
449 450 451 |
# File 'ext/pk11l_struct.doc', line 449 def ulIvBits @ulIvBits end |
#ulTagBits ⇒ Integer
451 452 453 |
# File 'ext/pk11l_struct.doc', line 451 def ulTagBits @ulTagBits end |
Instance Method Details
#members ⇒ Array<String>
443 |
# File 'ext/pk11l_struct.doc', line 443 def members; end |
#to_s ⇒ String
441 |
# File 'ext/pk11l_struct.doc', line 441 def to_s; end |