com.sun.org.apache.xml.internal.security.encryption.XMLCipher <code>XMLCipher</code> encrypts and decrypts the contents of <code>Document</code>s, <code>Element</code>s and <code>Element</code> contents. It was designed to resemble <code>javax.crypto.Cipher</code> in order to facilitate understandin ...
com.jcorporate.expresso.core.security.strongencryption.StringEncryption <p>StringEncryption.java</p> <p/> <p>Copyright 2000, 2001 Jcorporate Ltd.</p> <p>This class provides basic string encryption. It'll provide the services of password whitening and automatic selection of encryption.</p> <p/> <p>Known Vulnerabili ...
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 ...