Implements Signer
interface for PKCS#12 files.
More...
#include <PKCS12Signer.h>
Inherits digidoc::Signer.
Implements Signer
interface for PKCS#12 files.
◆ PKCS12Signer()
PKCS12Signer::PKCS12Signer |
( |
const std::string & |
path, |
|
|
const std::string & |
pass |
|
) |
| |
Initializes the PKCS12 signer with PKCS#12 file and password.
- Parameters
-
path | PKCS#12 file path |
pass | PKCS#12 file password |
- Exceptions
-
Exception | throws exception if the file is not found or wrong password |
◆ ~PKCS12Signer()
PKCS12Signer::~PKCS12Signer |
( |
| ) |
|
|
override |
◆ cert()
Returns signer certificate. Must be reimplemented when subclassing
Implements digidoc::Signer.
◆ sign()
vector< unsigned char > PKCS12Signer::sign |
( |
const std::string & |
method, |
|
|
const std::vector< unsigned char > & |
digest |
|
) |
| const |
|
overridevirtual |
Signs message digest. Must be reimplemented when subclassing
- Parameters
-
method | digest method to be used |
digest | digest to sign |
- Returns
- signature signed result
- Exceptions
-
Implements digidoc::Signer.
References digidoc::Signer::method().
The documentation for this class was generated from the following files:
- PKCS12Signer.h
- PKCS12Signer.cpp