Gck.UriData¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
any_unrecognized |
r/w |
whether any parts of the PKCS#11 URI were unsupported or unrecognized. |
|
attributes |
r/w |
information about the PKCS#11 objects matching the URI. |
|
dummy |
[ |
r |
|
module_info |
r/w |
information about the PKCS#11 modules matching the URI. |
|
token_info |
r/w |
information about the PKCS#11 tokens matching the URI. |
Methods¶
class |
|
|
|
|
Details¶
- class Gck.UriData¶
Information about the contents of a PKCS#11 URI. Various fields may be
None
depending on the context that the URI was parsed for.Since PKCS#11 URIs represent a set which results from the intersections of all of the URI parts, if any_recognized is set to
True
then usually the URI should be treated as not matching anything.- classmethod new()[source]¶
- Returns:
a newly allocated
Gck.UriData
, free withGck.UriData.free
()- Return type:
Allocate a new
Gck.UriData
structure. None of the fields will be set.
- copy()[source]¶
- Returns:
newly allocated copy of the uri data
- Return type:
Copy a
Gck.UriData
- free()[source]¶
Free a
Gck.UriData
.