summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl')
-rw-r--r--offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
index c50d2a343..3be9b8757 100644
--- a/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
+++ b/offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSecurityEnvironment.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-08-31 09:54:08 $
+ * last change: $Author: vg $ $Date: 2005-03-10 17:52:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,6 +130,12 @@ interface XSecurityEnvironment : com::sun::star::uno::XInterface
* CertificateCharacters definition.
*/
long getCertificateCharacters( [in] com::sun::star::security::XCertificate xCert ) raises( com::sun::star::uno::SecurityException ) ;
+
+ /**
+ * Get the Environment detail infos
+ */
+ string getSecurityEnvironmentInfo ( );
+
} ;
} ; } ; } ; } ; } ;