gcr Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
Synopsis
GcrParsedItem; GcrParserPrivate; GcrParser; GcrParser* gcr_parser_new (void
); gboolean gcr_parser_format_enable (GcrParser *self
,gint format
); gboolean gcr_parser_format_disable (GcrParser *self
,gint format
); gboolean gcr_parser_format_supported (GcrParser *self
,gint format
); gboolean gcr_parser_parse_data (GcrParser *self
,const guchar *data
,gsize n_data
,GError **err
); void gcr_parser_add_password (GcrParser *self
,const gchar *password
); const gchar* gcr_parser_get_parsed_label (GcrParser *self
); const gchar* gcr_parser_get_parsed_description (GcrParser *self
); struct _GP11Attributes* gcr_parser_get_parsed_attributes (GcrParser *self
);
Properties
"parsed-attributes" GP11Attributes* : Read "parsed-description" gchar* : Read "parsed-label" gchar* : Read
Details
gcr_parser_format_enable ()
gboolean gcr_parser_format_enable (GcrParser *self
,gint format
);
|
|
|
|
Returns : |
gcr_parser_format_disable ()
gboolean gcr_parser_format_disable (GcrParser *self
,gint format
);
|
|
|
|
Returns : |
gcr_parser_format_supported ()
gboolean gcr_parser_format_supported (GcrParser *self
,gint format
);
|
|
|
|
Returns : |
gcr_parser_parse_data ()
gboolean gcr_parser_parse_data (GcrParser *self
,const guchar *data
,gsize n_data
,GError **err
);
|
|
|
|
|
|
|
|
Returns : |
gcr_parser_add_password ()
void gcr_parser_add_password (GcrParser *self
,const gchar *password
);
|
|
|
gcr_parser_get_parsed_label ()
const gchar* gcr_parser_get_parsed_label (GcrParser *self
);
|
|
Returns : |
gcr_parser_get_parsed_description ()
const gchar* gcr_parser_get_parsed_description (GcrParser *self
);
|
|
Returns : |
gcr_parser_get_parsed_attributes ()
struct _GP11Attributes* gcr_parser_get_parsed_attributes
(GcrParser *self
);
|
|
Returns : |
Property Details
The "parsed-attributes"
property
"parsed-attributes" GP11Attributes* : Read
Parsed PKCS#11 attributes.
The "parsed-description"
property
"parsed-description" gchar* : Read
Parsed item description.
Default value: ""