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
Returns accessor for flags (CK_ULONG).
135 136 137 |
# File 'ext/pk11_struct.doc', line 135 def flags @flags end |
#ulMaxKeySize ⇒ Integer
Returns accessor for ulMaxKeySize (CK_ULONG).
133 134 135 |
# File 'ext/pk11_struct.doc', line 133 def ulMaxKeySize @ulMaxKeySize end |
#ulMinKeySize ⇒ Integer
Returns accessor for ulMinKeySize (CK_ULONG).
131 132 133 |
# File 'ext/pk11_struct.doc', line 131 def ulMinKeySize @ulMinKeySize end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
129 |
# File 'ext/pk11_struct.doc', line 129 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
127 |
# File 'ext/pk11_struct.doc', line 127 def to_s; end |