libdigidocpp
|
Go to the source code of this file.
Classes | |
class | digidoc::Digest |
Namespaces | |
namespace | digidoc |
Macros | |
#define | URI_SHA1 "http://www.w3.org/2000/09/xmldsig#sha1" |
#define | URI_SHA224 "http://www.w3.org/2001/04/xmldsig-more#sha224" |
#define | URI_SHA256 "http://www.w3.org/2001/04/xmlenc#sha256" |
#define | URI_SHA384 "http://www.w3.org/2001/04/xmldsig-more#sha384" |
#define | URI_SHA512 "http://www.w3.org/2001/04/xmlenc#sha512" |
#define | URI_RSA_SHA1 "http://www.w3.org/2000/09/xmldsig#rsa-sha1" |
#define | URI_RSA_SHA224 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha224" |
#define | URI_RSA_SHA256 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" |
#define | URI_RSA_SHA384 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384" |
#define | URI_RSA_SHA512 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512" |
#define URI_RSA_SHA1 "http://www.w3.org/2000/09/xmldsig#rsa-sha1" |
Definition at line 32 of file Digest.h.
Referenced by digidoc::Digest::toMethod().
#define URI_RSA_SHA224 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha224" |
Definition at line 33 of file Digest.h.
Referenced by digidoc::Digest::toMethod().
#define URI_RSA_SHA256 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" |
Definition at line 34 of file Digest.h.
Referenced by digidoc::Conf::getSignatureUri(), and digidoc::Digest::toMethod().
#define URI_RSA_SHA384 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384" |
Definition at line 35 of file Digest.h.
Referenced by digidoc::Digest::toMethod().
#define URI_RSA_SHA512 "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512" |
Definition at line 36 of file Digest.h.
Referenced by digidoc::Digest::toMethod().
#define URI_SHA1 "http://www.w3.org/2000/09/xmldsig#sha1" |
Definition at line 26 of file Digest.h.
Referenced by digidoc::Digest::getUri(), testCanon(), and digidoc::Digest::toMethod().
#define URI_SHA224 "http://www.w3.org/2001/04/xmldsig-more#sha224" |
Definition at line 27 of file Digest.h.
Referenced by digidoc::Digest::getUri(), and digidoc::Digest::toMethod().
#define URI_SHA256 "http://www.w3.org/2001/04/xmlenc#sha256" |
Definition at line 28 of file Digest.h.
Referenced by digidoc::Conf::getDigestUri(), digidoc::Digest::getUri(), and digidoc::Digest::toMethod().
#define URI_SHA384 "http://www.w3.org/2001/04/xmldsig-more#sha384" |
Definition at line 29 of file Digest.h.
Referenced by digidoc::Digest::getUri(), and digidoc::Digest::toMethod().
#define URI_SHA512 "http://www.w3.org/2001/04/xmlenc#sha512" |
Definition at line 30 of file Digest.h.
Referenced by digidoc::Digest::getUri(), and digidoc::Digest::toMethod().