libdigidocpp
digidoc::Signer::Digest Struct Reference

#include <Signer.h>

Collaboration diagram for digidoc::Signer::Digest:
Collaboration graph

Public Attributes

int type
const unsigned char * digest
unsigned int length

Detailed Description

Definition at line 38 of file Signer.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: