Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We have our own interface for working with the device and API for generating a signature - PKCS # 11 library. The source codes of demo applications are available on github:

...

  • RSA
    • CreateRSA – creating method
    • EncDecRSA – encrypt/decrypt
    • SignRSAwithHash - calculation / verification of digital signature on RSA keys
    • SigVerUpdateRSAWithHash - streaming computation / verification of digital signature on RSA keys
    • SigVerRSA – signature verification
    • DeleteRSA – deleting method
  • ECDSA
    • CreateECDSA – creating method
    • EncDecECDSA – encrypt/decrypt
    • SigVerECDSA – signature verification
    • DeleteECDSA – deleting method
  • Storage of custom data
    • CreateDataObject – write data
    • FindDataObject – find and read data
    • DeleteDataObject – delete data


...

If you have any questions please contact the support team
info@rutoken.ruImage Added