Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼Ncxi | |
| CByteArray | Encapsulates an array of primitive type char in an object and provides methods to operate on binary data |
| CConfig | Reads and parses configuration files and provides methods to access configuration items |
| ▼CCxi | Command interface to CXI firmware module. Handles all communication with the CryptoServer |
| CCLUSTER_ERROR | Defines an additional error code/mask that causes the cluster to switch to another device instead of returning to the caller |
| CException | Constructs an exception object |
| CHash | Computes hash values |
| CKey | Encapsulates key handles or key blobs of type 'Backup Blob', see Format of Key Blobs |
| CKeyBlob | Constructs and parses key blobs of type 'Simple Blob', see Format of Key Blobs |
| CKeyList | Encapsulates an array of key property lists, see PropertyList |
| CKeyStore | Key store for external (MBK encrypted) keys |
| CLog | Provides unified logging |
| CMechanismParameter | Constructs mechanism parameter that are used on cryptographic operations. A mechanism parameter consists of a mechanism specifier and optional parameters |
| CMechParam | Constructs a simple mechanism parameter that only consists of a mechanism specifier without additional parameter data |
| CMechParamCCM | Constructs a mechanism parameter for AES encryption or decryption with "Counter with Cipher Block Chaining - Message Authentication Code", abbreviated CCM (see NIST SP 800-38C) |
| CMechParamECIES | Constructs a mechanism parameter for 'Elliptic Curve (Augmented) Encryption Scheme' (ECIES, see ANSI X9.63) |
| CMechParamGCM | Constructs a mechanism parameter for AES encryption or decryption with Galois Counter Chaining (GCM, see NIST SP-800-38D) |
| CMechParamGMAC | Constructs a mechanism parameter for Galois Counter MAC (GMAC) creation or verification |
| CMechParamOAEP | Constructs a mechanism parameter that can be used on RSA encryption operations with the PKCS#1, v2.1 RSAES-OAEP encryption / decryption padding scheme |
| CMechParamPSS | Constructs a mechanism parameter for PKCS#1, v2.1 RSAES-PSS signature creation / verification padding scheme |
| CProperty | Creates and parses property values of different types |
| CPropertyList | Constructs and parses key property lists, see Key Properties |
| CUtil | Utility Functions |