Lines Matching refs:xml
35 #include <com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl>
36 #include <com/sun/star/xml/wrapper/XXMLElementWrapper.idl>
37 #include <com/sun/star/xml/crypto/XXMLSecurityContext.idl>
38 #include <com/sun/star/xml/crypto/XMLEncryptionException.idl>
41 module com { module sun { module star { module xml { module crypto {
46 * <p>This interface represents a xml encrypter or decrypter.</p>
63 com::sun::star::xml::crypto::XXMLEncryptionTemplate encrypt(
64 [in] com::sun::star::xml::crypto::XXMLEncryptionTemplate aTemplate ,
65 [in] com::sun::star::xml::crypto::XSecurityEnvironment aEnvironment
66 ) raises( com::sun::star::xml::crypto::XMLEncryptionException ,
72 com::sun::star::xml::crypto::XXMLEncryptionTemplate decrypt(
73 [in] com::sun::star::xml::crypto::XXMLEncryptionTemplate aTemplate ,
74 [in] com::sun::star::xml::crypto::XXMLSecurityContext aContext
75 ) raises( com::sun::star::xml::crypto::XMLEncryptionException ,