Sample code showing the basic building blocks to implement cryptosystems. The samples use PKCS#11 and/or the Java provider.
- Derive - derive secondary key
- Encrypt - encryption and decryption of data
- Sign - data signing and signature verification
- Wrap - save key material while securing it by another key