CXI
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NCryptoServerAPI
 CCryptoServerThis class implements an interface to Utimaco's Hardware Security Module "CryptoServer"
 CCryptoServerClusterThis class implements an interface to a cluster of Utimaco's Hardware Security Modules "CryptoServer"
 CDeviceStateDevice states as reported by CryptoServerCluster.EventHandler.stateChanged
 CErrorDefines an additional error code/mask that causes the cluster to switch to another device instead of returning to the caller
 CEventHandlerThe EventHandler interface provides callback functions, which are called if the state of the current CryptoServer within a cluster changes or an error occurs
 CCryptoServerConfigThis class provides methods to read and parse configuration files and access configuration items
 CCryptoServerExceptionSignals that a CryptoServer exception of some sort has occured
 CCryptoServerLogThis class provides methods to write a log file
 CLogLevelLog level to be set on CryptoServerLog.CryptoServerLog and CryptoServerLog.init
 CCryptoServerUtilThis class implements as set of utility functions
 NCryptoServerCXI
 CCryptoServerCXIThis class implements an interface to the firmware module CXI running on Utimaco's Hardware Security Module "CryptoServer"
 CByteArrayFlexible byte array
 CECParameterThis class provides methods to handle EC domain parameters
 CECPublicKeyThis class provides methods to create and handle public EC keys
 CKeyThis class is used to encapsulate CXI keys
 CKeyAttAndCompThis class is used to encapsulate key attributes (see KeyAttributes) and key components (see KeyComponents) of a key
 CKeyAttributesThis class provides methods to create and handle key attribute (property) lists
 CKeyComponentsThis class provides methods to create and handle key component lists
 CKeyFileThis class is used to write the public components of an RSA key into a keyfile
 CKeyStoreKey storage for external (MBK encrypted) keys
 CMechanismParameterThis class is used to construct a mechanism parameter which provides additional, mechanism-specific information
 CMechParamCCMThis class is used to construct a mechanism parameter for AES encryption / decryption in mode Counter with CBC-MAC (CCM, see NIST SP-800-38C)
 CMechParamECIESThis class is used to construct a mechanism parameter for 'Elliptic Curve (Augmented) Encryption Scheme' (ECIES, see ANSI X9.63)
 CMechParamGCMThis class is used to construct a mechanism parameter for AES encryption / decryption with GCM (Galois Counter Mode, see NIST SP-800-38D) chaining
 CMechParamGMACThis class is used to construct a mechanism parameter for AES MAC creation / verification with 'Galois Counter MAC' chaining (GMAC, see NIST SP-800-38D)
 CMechParamOAEPThis class is used to construct a mechanism parameter for RSA encryption / decryption with PKCS#1_v2.1 RSAES-OAEP padding scheme
 CMechParamPSSThis class is used to construct a mechanism parameter for RSA signature creation / verification with PKCS#1_v2.1 RSASSA-PSS padding scheme