An implementation of CryptoService that uses either supplied crypto
Algorithms (provided in Fulcrum.properties) or tries to get them via
the normal java mechanisms if this fails.
An implementation of CryptoService that uses either supplied crypto
Algorithms (provided in the component config xml file) or tries to get them via
the normal java mechanisms if this fails.
This class never uses anything but
UnixCrypt, so it is just a dummy
(Fixme: Should we throw an exception if
something is requested that we don't support?