XCertificateContainer.idl (d1766043) XCertificateContainer.idl (96af39f7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 17 unchanged lines hidden (view full) ---

26
27#include <com/sun/star/uno/XInterface.idl>
28#include <com/sun/star/security/CertificateContainerStatus.idl>
29
30module com { module sun { module star { module security {
31
32/** Manage user certificate for temporary connections.
33 @see CertificateContainer
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 17 unchanged lines hidden (view full) ---

26
27#include <com/sun/star/uno/XInterface.idl>
28#include <com/sun/star/security/CertificateContainerStatus.idl>
29
30module com { module sun { module star { module security {
31
32/** Manage user certificate for temporary connections.
33 @see CertificateContainer
34 @since OOo 2.3.1
34 @since OpenOffice 2.3.1
35*/
36published interface XCertificateContainer
37{
38 /** Store the certificate in memory.
39 @param url
40 @param cert
41 @param trust
42 @return boolean

--- 20 unchanged lines hidden ---
35*/
36published interface XCertificateContainer
37{
38 /** Store the certificate in memory.
39 @param url
40 @param cert
41 @param trust
42 @return boolean

--- 20 unchanged lines hidden ---