LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XCertificateContainer Interface Reference

Manage user certificate for temporary connections. More...

import "XCertificateContainer.idl";

Inheritance diagram for XCertificateContainer:
CertificateContainer

Public Member Functions

boolean addCertificate ([in] string url, [in] string cert, [in] boolean trust)
 Store the certificate in memory.
CertificateContainerStatus hasCertificate ([in] string url, [in] string cert)
 Check if a certificate was stored earlier before.

Detailed Description

Manage user certificate for temporary connections.

See also
CertificateContainer
Since
OOo 2.3.1

Member Function Documentation

◆ addCertificate()

boolean addCertificate ( [in] string url,
[in] string cert,
[in] boolean trust )

Store the certificate in memory.

Parameters
url
cert
trust
Returns
boolean

◆ hasCertificate()

CertificateContainerStatus hasCertificate ( [in] string url,
[in] string cert )

Check if a certificate was stored earlier before.

Parameters
url
cert
Returns
CertificateContainerStatus

The documentation for this interface was generated from the following file: