Class: PKCS11::CK_AES_CTR_PARAMS
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#cb ⇒ ASCII8BIT-String
Accessor for cb (max 16 bytes).
-
#ulCounterBits ⇒ Integer
Accessor for ulCounterBits (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
#cb ⇒ ASCII8BIT-String
Returns accessor for cb (max 16 bytes).
717 718 719 |
# File 'ext/pk11_struct.doc', line 717 def cb @cb end |
#ulCounterBits ⇒ Integer
Returns accessor for ulCounterBits (CK_ULONG).
715 716 717 |
# File 'ext/pk11_struct.doc', line 715 def ulCounterBits @ulCounterBits end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
713 |
# File 'ext/pk11_struct.doc', line 713 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
711 |
# File 'ext/pk11_struct.doc', line 711 def to_s; end |