CryptoFramework
Enumerations
CspType.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  CspType { kCryptoProCsp , kVipNetCsp }
 Types of CSPs (cryptographic service providers). More...
 

Enumeration Type Documentation

◆ CspType

enum CspType
strong

Types of CSPs (cryptographic service providers).

Lists all CSPs (cryptographic service providers) supported by CryptoFramework.

Enumerator
kCryptoProCsp 

CryptoPro CSP.

CryptoPro CSP supports all available functionality (including CMS encryption/decryption, CAdES-BES and CAdES-X Long Type 1 signatures).

kVipNetCsp 

ViPNet CSP.

CryptoPro CSP supports CMS encryption/decryption and CAdES-BES signatures, but does not support CAdES-X Long Type 1 signatures).