| java.lang.Object org.apache.harmony.security.fortress.Engine
Engine | public class Engine (Code) | | This class implements common functionality for all engine classes
|
Method Summary | |
public synchronized void | getInstance(String algorithm, Object param) Finds the appropriate service implementation and creates instance of the
class that implements corresponding Service Provider Interface. | public synchronized void | getInstance(String algorithm, Provider provider, Object param) Finds the appropriate service implementation and creates instance of the
class that implements corresponding Service Provider Interface. |
Engine | public Engine(String service)(Code) | | Creates a Engine object
Parameters: service - |
getInstance | public synchronized void getInstance(String algorithm, Object param) throws NoSuchAlgorithmException(Code) | | Finds the appropriate service implementation and creates instance of the
class that implements corresponding Service Provider Interface.
Parameters: algorithm - Parameters: service - throws: NoSuchAlgorithmException - |
getInstance | public synchronized void getInstance(String algorithm, Provider provider, Object param) throws NoSuchAlgorithmException(Code) | | Finds the appropriate service implementation and creates instance of the
class that implements corresponding Service Provider Interface.
Parameters: algorithm - Parameters: service - Parameters: provider - throws: NoSuchAlgorithmException - |
|
|