Crate cryptoki[][src]

Expand description

Rust PKCS11 new abstraction

The items in the new module only expose idiomatic and safe Rust types and functions to interface with the PKCS11 API. All the PKCS11 items might not be implemented but everything that is implemented is safe.

The modules under new follow the structure of the PKCS11 document version 2.40 available here.

Modules

PKCS11 functions

PKCS11 objects

PKCS11 General Data Types

Macros

Directly get the PKCS #11 operation from the context structure and check for null pointers.

Structs

Main PKCS11 context. Should usually be unique per application.

Enums

Main error type

Type Definitions

Main Result type