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

unpublished interface XEncryptionProtectedSource2
Base Interfaces
XEncryptionProtectedSource2XEncryptionProtectedSource

XEncryptionProtectedSource
(referenced interface's summary:)
This interface allows to set a password for an object.
Usage Restrictions
not published
Description
This interface allows to set a password for an object.
Since
OOo 3.4

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