Class: PKCS11::CK_MECHANISM_INFO
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#flags ⇒ Integer
Accessor for flags (CK_ULONG).
-
#ulMaxKeySize ⇒ Integer
Accessor for ulMaxKeySize (CK_ULONG).
-
#ulMinKeySize ⇒ Integer
Accessor for ulMinKeySize (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
#flags ⇒ Integer
135 136 137 |
# File 'ext/pk11_struct.doc', line 135 def flags @flags end |
#ulMaxKeySize ⇒ Integer
133 134 135 |
# File 'ext/pk11_struct.doc', line 133 def ulMaxKeySize @ulMaxKeySize end |
#ulMinKeySize ⇒ Integer
131 132 133 |
# File 'ext/pk11_struct.doc', line 131 def ulMinKeySize @ulMinKeySize end |
Instance Method Details
#members ⇒ Array<String>
129 |
# File 'ext/pk11_struct.doc', line 129 def members; end |
#to_s ⇒ String
127 |
# File 'ext/pk11_struct.doc', line 127 def to_s; end |