From 9c165fe3084b7c054f9f04f3b065897abcbe2162 Mon Sep 17 00:00:00 2001 From: Katarina Behrens Date: Wed, 23 Aug 2017 00:06:21 +0200 Subject: gpg4libre: When encrypting, show all available GPG keys (not only private ones) Change-Id: I3fd248f4cace1ea248267d5696da9cb70940744e Reviewed-on: https://gerrit.libreoffice.org/41508 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'offapi/com/sun/star/xml') diff --git a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl index 7227a4e9ad4d..f3d1ddbf6f3e 100644 --- a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl +++ b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl @@ -99,6 +99,13 @@ interface XSecurityEnvironment : com::sun::star::uno::XInterface */ string getSecurityEnvironmentInformation ( ); + /** + * List all certificates, private (as returned by getPersonalCertificates) as well as those of other people/orgas + * + * @since LibreOffice 6.0 + */ + sequence< com::sun::star::security::XCertificate > getAllCertificates() raises( com::sun::star::uno::SecurityException ) ; + } ; } ; } ; } ; } ; } ; -- cgit v1.2.3