package pkcs11

  1. Overview
  2. Docs
Bindings to the PKCS#11 cryptographic API

Install

dune-project
 Dependency

Authors

Maintainers

Sources

pkcs11-0.9.0.tbz
sha256=0a1dc5fb54d3febbb0024b6fe9bb393f25e4ce6aadbc65fcc114345c5ca3982a
md5=c1a9bd7ed535e9fb31f2e6014567c9af

doc/pkcs11/P11_key_attributes/index.html

Module P11_key_attributesSource

Information about key types

Sourcetype kind = [
  1. | `AES
  2. | `DES
  3. | `DES3
  4. | `EC_private
  5. | `EC_public
  6. | `RSA_private
  7. | `RSA_public
  8. | `Secret
]

The type of kinds that applies to a given object.

Return all the possible attributes for a given kind, if the kind is a high level kind (Secret for example), it is possible that some other attribute can be given but not necessarily to all of the object of this kind.