Get the service describing this Provider's implementation of the
specified type of this algorithm or alias. If no such
implementation exists, this method returns null. If there are two
matching services, one added to this provider using
putService() and one added via put(),
the service added via putService() is returned.
type | the type of service requested
(for example, MessageDigest) | |
algorithm | the case insensitive algorithm name (or alternate
alias) of the service requested (for example, SHA-1) |
NullPointerException | if type or algorithm is null |
Diagram: Security