Class: PKCS11::ProtectServer::CK_TIMESTAMP_PARAMS
- Defined in:
- ext/pk11s_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#timestampFormat ⇒ Integer
Accessor for timestampFormat (CK_ULONG).
-
#useMilliseconds ⇒ Boolean
Bool value.
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#timestampFormat ⇒ Integer
Returns accessor for timestampFormat (CK_ULONG).
47 48 49 |
# File 'ext/pk11s_struct.doc', line 47 def @timestampFormat end |
#useMilliseconds ⇒ Boolean
Returns Bool value.
45 46 47 |
# File 'ext/pk11s_struct.doc', line 45 def useMilliseconds @useMilliseconds end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
43 |
# File 'ext/pk11s_struct.doc', line 43 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
41 |
# File 'ext/pk11s_struct.doc', line 41 def to_s; end |