Expand description

Enums

  • Enumeration of authenticated encryption with additional data algorithms supported.
  • AEAD algorithm with default length tag enumeration
  • Enumeration of possible algorithm definitions. Each variant of the enum contains a main algorithm type (which is required for that variant).
  • Enumeration of asymmetric encryption algorithms supported.
  • Enumeration of asymmetric signing algorithms supported.
  • Enumeration of symmetric encryption algorithms supported.
  • Enumeration of untruncated MAC algorithms.
  • Enumeration of hash algorithms supported.
  • Enumeration of key agreement algorithms supported.
  • Enumeration of key derivation functions supported.
  • Enumeration of message authentication code algorithms supported.
  • Key agreement algorithm enumeration.
  • Enumeration of hash algorithms used in “hash-and-sign” algorithms.