// @see MasterPasswordStreamCipher.MASTER_PASSWORD_PROPERTY
setProperty(properties, "cipher.master.password", metadata.getDataPassword());
if (m_dispatcher == null)
{
m_dispatcher = new BinaryStreamCipherDispatcher();
}
m_dispatcher.init(properties);
}