When debugging in Eclipse, I step into (F5) a statement such as the following,
encryptedBytes = LightWeightEncryptor.encrypt(messageBytes, password.toCharArray()
You can add types built on the fly, or types that you have dificulty to find going to:
Debug Window
Right click on desired class, click on Filter Type:
In next time your Step Filter will skip this type.