From bdde44d5525caf2240a6ea900336ac973121f145 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 18 Oct 2018 10:27:16 +0200 Subject: xmlsecurity: UNO interface to create cert. and private key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit new XCertificateCreator interface which can be used to create a certificate and a associated private key, both in DER format Change-Id: I24caf053f1f2b7357a836047b88b4ce418470eac Reviewed-on: https://gerrit.libreoffice.org/61912 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- offapi/UnoApi_offapi.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'offapi/UnoApi_offapi.mk') diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 4b47111da786..9934fff83b8c 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -4232,6 +4232,7 @@ $(eval $(call gb_UnoApi_add_idlfiles,offapi,com/sun/star/xml/crypto,\ CipherID \ DigestID \ SecurityOperationStatus \ + XCertificateCreator \ XCipherContext \ XCipherContextSupplier \ XDigestContext \ -- cgit