:: com :: sun :: star :: embed ::

interface XEncryptionProtectedSource2
Base Interfaces
XEncryptionProtectedSource2XEncryptionProtectedSource

XEncryptionProtectedSource
(referenced interface's summary:)

Methods' Summary
setEncryptionData sets an encryption data for the object.  
hasEncryptionData determine if an encryption data is set for this object.  
Methods' Details
setEncryptionData
void
setEncryptionData( [in] sequence< ::com::sun::star::beans::NamedValue >  aEncryptionData )
raises( ::com::sun::star::io::IOException );

Description
sets an encryption data for the object.
Parameter aEncryptionData
the new encryption data
Throws
::com::sun::star::io::IOException in case the data could not be set
hasEncryptionData
boolean
hasEncryptionData();

Description
determine if an encryption data is set for this object.
Returns
true if some encryption data was set, false otherwise
Top of Page