If we want to instantiate your class at a specific point of execution or for the classes without no-argument constructors, we need to instantiate the class during run time. For example:
crytoLib = new com.acme.myCryptoLib();
Parent topic: Accessing our own Java classes