:: com :: sun :: star :: task ::

interface XMasterPasswordHandling2
Base Interfaces
XMasterPasswordHandling2XMasterPasswordHandling

XMasterPasswordHandling
(referenced interface's summary:)

Methods' Summary
useDefaultMasterPassword allows to let the default password be used  
isDefaultMasterPasswordUsed allows to detect whether the default master password is used  
Methods' Details
useDefaultMasterPassword
boolean
useDefaultMasterPassword( [in] XInteractionHandler  xHandler );

Description
allows to let the default password be used

Please use this method with care. Using of default master password let the passwords be stored non-encrypted. If a master password is predefined in the algorithm it is no more an encryption, it is just an encoding.

isDefaultMasterPasswordUsed
boolean
isDefaultMasterPasswordUsed();

Description
allows to detect whether the default master password is used
Top of Page