- type
- the type of the service (for example KeyPairGenerator)
- algorithm
- the algorithm name (case insensitive)
Documentation for this section has not yet been entered.
Returns the service with the specified type implementing the specified algorithm, or null if no such implementation exists.
If two services match the requested type and algorithm, the one added with the Provider.PutService(.Service) is returned (as opposed to the one added via Java.Util.Hashtable.put(K, V).