LibreOffice
LibreOffice 24.2 SDK API Reference
|
Manage user certificate for temporary connections. More...
import"XCertificateContainer.idl";
Public Member Functions | |
boolean | addCertificate ([in] string url, [in] string cert, [in] boolean trust) |
Store the certificate in memory. More... | |
CertificateContainerStatus | hasCertificate ([in] string url, [in] string cert) |
Check if a certificate was stored earlier before. More... | |
boolean addCertificate | ( | [in] string | url, |
[in] string | cert, | ||
[in] boolean | trust | ||
) |
Store the certificate in memory.
url | |
cert | |
trust |
CertificateContainerStatus hasCertificate | ( | [in] string | url, |
[in] string | cert | ||
) |
Check if a certificate was stored earlier before.
url | |
cert |