diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-08-23 00:06:21 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-09-03 01:10:11 +0200 |
commit | 9c165fe3084b7c054f9f04f3b065897abcbe2162 (patch) | |
tree | bf2a797ba716bd106fb724fd1526f0e5ec4eaf71 /offapi | |
parent | 4f6bf3d64cf3fcbe92be3ceb4b572ad038c131a8 (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl | 7 |
1 files changed, 7 insertions, 0 deletions
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 ) ; + } ; } ; } ; } ; } ; } ; |