LibreOffice
LibreOffice 25.8 SDK API Reference
|
Interface for creating and adding certificates. More...
import "XCertificateCreator.idl";
Public Member Functions | |
com::sun::star::security::XCertificate | addDERCertificateToTheDatabase ([in] sequence< byte > aDerCertificate, [in] string aTrustString) |
Adds a certificate to the certificate database with the trust provided by the trust string. | |
com::sun::star::security::XCertificate | createDERCertificateWithPrivateKey ([in] sequence< byte > aDerCertificate, [in] sequence< byte > aPrivateKey) raises (com::sun::star::uno::SecurityException) |
Create certificate from raw DER encoded certificate and associate the private key with the certificate. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
Interface for creating and adding certificates.
com::sun::star::security::XCertificate addDERCertificateToTheDatabase | ( | [in] sequence< byte > | aDerCertificate, |
[in] string | aTrustString ) |
Adds a certificate to the certificate database with the trust provided by the trust string.
com::sun::star::security::XCertificate createDERCertificateWithPrivateKey | ( | [in] sequence< byte > | aDerCertificate, | |||
[in] sequence< byte > | aPrivateKey ) | |||||
raises | ( | com::sun::star::uno::SecurityException ) |
Create certificate from raw DER encoded certificate and associate the private key with the certificate.