MessageDigest.getAlgorithm
Class Overview | Class Members | 
  This Package | 
All Packages
 public final String getAlgorithm()
Description
 Returns a string that identifies the algorithm, independent of
 implementation details. The name should be a standard
 Java Security name (such as "SHA", "MD5", and so on). 
 See Appendix A in the 
 Java Cryptography Architecture API Specification & Reference  
 for information about standard algorithm names.