20module
com { module sun { module star { module xml { module crypto {
33 [in] sequence<byte> aDerCertificate,
34 [in]
string aTrustString);
40 [in] sequence<byte> aDerCertificate,
Base exception for all security related exceptions.
Definition SecurityException.idl:28
Interface of a PKI Certificate.
Definition XCertificate.idl:28
base interface of all UNO interfaces
Definition XInterface.idl:46
Interface for creating and adding certificates.
Definition XCertificateCreator.idl:28
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)
Create certificate from raw DER encoded certificate and associate the private key with the certificat...
Definition Ambiguous.idl:20