libdigidocpp
|
#include <Signer.h>
Public Attributes | |
int | type |
const unsigned char * | digest |
unsigned int | length |
const unsigned char* digidoc::Signer::Digest::digest |
Definition at line 42 of file Signer.h.
Referenced by testPKCS11Signer(), and testRSASigner().
unsigned int digidoc::Signer::Digest::length |
Definition at line 43 of file Signer.h.
Referenced by testPKCS11Signer(), and testRSASigner().
int digidoc::Signer::Digest::type |
Digest type (e.g NID_sha1), available values in openssl/obj_mac.h
Definition at line 41 of file Signer.h.
Referenced by digidoc::SignatureBES::sign(), testPKCS11Signer(), and testRSASigner().