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

unpublished interface XMasterPasswordHandling2
Base Interfaces
XMasterPasswordHandling2XMasterPasswordHandling

XMasterPasswordHandling
(referenced interface's summary:)
allows to change the master password, or let it be requested and checked.
Usage Restrictions
not published
Description
allows to change the master password, or let it be requested and checked.

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 nonencrypted. If a masterpassword 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