libdigidocpp
|
#include <SignatureAttributes.h>
Public Types | |
typedef std::vector< std::string > | TRoles |
Public Member Functions | |
SignerRole () | |
SignerRole (const std::string &claimedRole) | |
bool | isEmpty () |
Public Attributes | |
std::vector< std::string > | claimedRoles |
Definition at line 42 of file SignatureAttributes.h.
typedef std::vector<std::string> digidoc::SignerRole::TRoles |
Definition at line 49 of file SignatureAttributes.h.
digidoc::SignerRole::SignerRole | ( | ) |
Initialized empty SignerRole
Definition at line 59 of file SignatureAttributes.cpp.
digidoc::SignerRole::SignerRole | ( | const std::string & | claimedRole | ) |
Initializes SignerRole with one ClaimedRole item.
claimedRole | claimed role of the signer. |
Definition at line 68 of file SignatureAttributes.cpp.
bool digidoc::SignerRole::isEmpty | ( | ) |
true
the SignerRole is not set. Definition at line 77 of file SignatureAttributes.cpp.
Referenced by open().
std::vector<std::string> digidoc::SignerRole::claimedRoles |
Definition at line 51 of file SignatureAttributes.h.
Referenced by create(), digidoc::Signature::getSignerRole(), open(), digidoc::Signature::setSignerRole(), sign(), digidoc::SignatureDDOC::SignatureDDOC(), and testOpenBDocBES().