Crate pkcs11_uri[−][src]
Expand description
PKCS#11 URI
Bare bones implementation of the RFC 7512 URI scheme for locating keys and other PKCS#11 objects.
This library is patched together from existing libraries, namely pkcs11
, uriparse
and
percent-encoding
, and is a work in progress.