See Also: MessageDigestSpi Members
MessageDigestSpi is the Service Provider Interface (SPI) definition for Java.Security.MessageDigest. Examples of digest algorithms are MD5 and SHA. A digest is a secure one way hash function for a stream of bytes. It acts like a fingerprint for a stream of bytes.