Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

The KMIP 2.1 specification pre-defines a set of 9 cryptographic objects. Eviden supports the use of 4 of these objects

ObjectsCryptographic primitives
CertificateX509
Certificate Request-
Opaque Object-
PGP Key-
Private KeyCovercrypt, X25519, Ed25519, X448, Ed448, NIST EC, RSA
Public KeyCovercrypt, X25519, Ed25519, X448, Ed448, NIST EC, RSA
Secret Data-
Split Key-
Symmetric keySSE, AES, FPE, Salsa20, XChacha20, Findex

Notes:

  • Certificates can be
    • imported using the Import operation as X509 (PEM, DER) or PKCS12 (PFX) files.
    • created using the Certify operation from a PKCS#10 Certificate Request or from an existing public key.
  • For the supported algorithms for key wrapping, encryption and decryption, see the supported algorithms page.
  • For the supported formats, see the supported formats page.