Package de.hda.fbi.ucs.eucrite

This package contains eUCRITE (Usable CRyptographic InTErface), an easy-to-use API for cryptographic tasks. It supports classical and quantum-safe encryption and signature schemes (even stateful schemes!).
  • Class Summary
    Class Description
    EasyEncrypter
    The EasyEncrypter is an encrypter that can handle classical and quantum-safe encryption schemes.
    EasySigner
    The EasySigner is a signer that can handle classical and quantum-safe (stateless and stateful) signature schemes.
    KeyManager
    The KeyManager handles a stateless or stateful key pair or secret key and the corresponding certificates.
    StatefulKeyManager
    The StatefulKeyManager manages a stateful key pair or secret pair and the corresponding certificate.
    StatelessKeyManager
    The StatelessKeyManager manages a stateless key pair or secret key and the corresponding certificate.