| Home >> All >> org >> apache >> java |
| | org.apache.java.lang.* (1) | | org.apache.java.security.* (2) |
Package Samples:
org.apache.java.lang
org.apache.java.security
Classes:
MD5: This class implements the Message Digest 5 algorithm (MD5) as defined in RFC-1321. Note: even if standard Java 1.1 APIs already provide a MD5 implementation, this class is used on those Java runtime environments (like Kaffe) where the package java.security is highly improbable to be found.
MessageDigest: This interface abstracts a message digest algorithm. Note: even if standard Java 1.1 APIs already provide a message digest implementation, this class is used on those Java runtime environments (like Kaffe) where the package java.security is highly improbable to be found.
Bytes: Static methods for managing byte arrays (all methods follow Big Endian order where most significant bits are in front).
| Home | Contact Us | Privacy Policy | Terms of Service |