KSC Open API
Kaspersky Security Center API description
CertUtils2 Class Reference

Helpers for creating CSR and PKCS12. More...

List of all members.

Public Member Functions

params CreateCSR2 (wstring companyName, wstring organizationName, wstring organizationUnit, wstring countryName, wstring regionName, wstring cityName)
 Create a certificate signing request (CSR) and private key. Difference with CreateCSR is that PKEY is encrypted and must be used in MakePKCS12_2 instead MakePKCS12.
boolean CheckKeypair2 (binary pCert, binary pPrivateEncrypted)
 Check the certificate key pair.
binary MakePKCS12_2 (binary pCert, binary pPrivate, wstring wstrPrivatePassKey, wstring wstrFriendlyName, wstring wstrPassKey)
 Creates credential from PEM-form buffer and encrypts private key with password.

Detailed Description

Helpers for creating CSR and PKCS12.

Helpers for managing certificates, issued by Kaspersky Security Center server