org.apache.commons.httpclient.auth.NTLM Provides an implementation of the NTLM authentication protocol. <p> This class provides methods for generating authentication challenge responses for the NTLM authentication protocol. The NTLM protocol is a proprietary Microsoft protocol and as such no RFC exists for it. This class is base ...
org.apache.derby.impl.drda.DecryptionManager This class is used to decrypt password and/or userid. It uses Diffie_Hellman algorithm to get the publick key and secret key, and then DES encryption is done using certain token (based on security mechanism) and this side's own public key. Basically, this class is called when using a security mech ...