libdigidocpp  3.13.8
digidoc::PKCS12Signer Class Reference

Implements Signer interface for PKCS#12 files. More...

#include <PKCS12Signer.h>

Inherits digidoc::Signer.

Public Member Functions

 PKCS12Signer (const std::string &path, const std::string &pass)
 
 ~PKCS12Signer () final
 
- Public Member Functions inherited from digidoc::Signer
virtual ~Signer ()
 
std::string method () const
 
std::string profile () const
 
bool usingENProfile () const
 
std::string city () const
 
std::string streetAddress () const
 
std::string stateOrProvince () const
 
std::string postalCode () const
 
std::string countryName () const
 
std::vector< std::string > signerRoles () const
 
void setMethod (const std::string &method)
 
void setProfile (const std::string &profile)
 
void setENProfile (bool enable)
 
void setSignatureProductionPlace (const std::string &city, const std::string &stateOrProvince, const std::string &postalCode, const std::string &countryName)
 
void setSignatureProductionPlaceV2 (const std::string &city, const std::string &streetAddress, const std::string &stateOrProvince, const std::string &postalCode, const std::string &countryName)
 
void setSignerRoles (const std::vector< std::string > &signerRoles)
 

Additional Inherited Members

- Protected Member Functions inherited from digidoc::Signer
 Signer ()
 

Detailed Description

Implements Signer interface for PKCS#12 files.

Constructor & Destructor Documentation

PKCS12Signer::PKCS12Signer ( const std::string &  path,
const std::string &  pass 
)

Initializes the PKCS12 signer with PKCS#12 file and password.

Parameters
pathPKCS#12 file path
passPKCS#12 file password
Exceptions
Exceptionthrows exception if the file is not found or wrong password
PKCS12Signer::~PKCS12Signer ( )
final

The documentation for this class was generated from the following files: