getAlgorithm
protected java.lang.String getAlgorithm()
PKI-19467
This is only called if a non-Entrust keystore was passed into the engineInit method.
In order to delegate to the next provider, the service (i.e. algorithm) being requested must
be known. Since the algorithm is registered against a specific factory (by the Entrust
provider, and is a JSSEX509KeyMananagerFactory in this case), the (invoked) subclass will know what
algorithm it supports.
Therefore, subclasses should override this with a valid algorithm (e.g. SunX509, etc.).
- Overrides:
getAlgorithm in class JSSEX509KeyManagerFactory
- Returns:
- the algorithm