Gck.UriFlags
Which parts of the PKCS\#11 URI will be parsed or formatted. These can be combined.
- UriFlags.FOR_OBJECT
the URI will be used to match objects.
- UriFlags.FOR_TOKEN
the URI will be used to match tokens.
- UriFlags.FOR_MODULE
the URI will be used to match modules.
- UriFlags.WITH_VERSION
the URI has specific version numbers for module and/or token
- UriFlags.FOR_ANY
parse all recognized components of the URI.