Spec: PKCS#11 URIs

PKCS#11 URIs are a way to identify a certain crypto object that resides in a PKCS#11 module. These URIs can be used in configuration files, or when one application needs to refer another to a cryptographic object, like a key or a certificate.

A PKCS#11 URI looks like:

pkcs11:token=The%20Software%20PKCS#11%20softtoken;object=my-certificate;
	objecttype=cert;id=%69%95%3e%5c%f4%bd%ec%91

Implementations and Integration

Specification