Struct
GckAttributes
Description [src]
struct GckAttributes {
/* No available fields */
}
A set of GckAttribute
structures.
These attributes contain information about a PKCS11 object. Use
gck_object_get()
or gck_object_set()
to set and retrieve attributes on
an object.
Instance methods
gck_attributes_ref_sink
GckAttributes
uses a floating reference count system. gck_builder_end()
and gck_attributes_new_empty()
both return floating references.
gck_attributes_to_string
Print out attributes to a string in aform that’s useful for debugging or logging.