![]() |
VOOZH | about |
The method getProvider() of java.security.MessageDigest class is used to get the provider of this message digest.
Syntax:
public final Provider getProvider()
Return Value: This method returns the provider of this MessageDigest.
Below are the examples to illustrate the getProvider() method:
Example 1: For AlgorithmMD5
Provider : SUN version 1.8
Example 2: For Algorithm SHA-256
Provider : SUN version 1.8
Reference: https://docs.oracle.com/javase/9/docs/api/java/security/MessageDigest.html#getAlgorithm--