Enumeration

GckUriFlags

Declaration

flags Gck.UriFlags

Description [src]

Which parts of the PKCS#11 URI will be parsed or formatted. These can be combined.

Members

Name Description
GCK_URI_FOR_OBJECT

The URI will be used to match objects.

GCK_URI_FOR_TOKEN

The URI will be used to match tokens.

GCK_URI_FOR_MODULE

The URI will be used to match modules.

GCK_URI_WITH_VERSION

The URI has specific version numbers for module and/or token.

GCK_URI_FOR_ANY

Parse all recognized components of the URI.