summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc/certificate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/inc/certificate.hxx')
-rw-r--r--xmlsecurity/inc/certificate.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/inc/certificate.hxx b/xmlsecurity/inc/certificate.hxx
index 2c0e0498bcf9..f09ffb7a978f 100644
--- a/xmlsecurity/inc/certificate.hxx
+++ b/xmlsecurity/inc/certificate.hxx
@@ -21,6 +21,8 @@ class SAL_NO_VTABLE SAL_DLLPUBLIC_RTTI Certificate
public:
/// Returns the SHA-256 thumbprint.
+ ///
+ /// @throws css::uno::RuntimeException
virtual css::uno::Sequence<sal_Int8> getSHA256Thumbprint() throw (css::uno::RuntimeException, std::exception) = 0;
protected: