KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > NoSuchAlgorithmException > Top Examples

  • org.jboss.remoting.security.SSLSocketBuilder
    This builds SSL server socket factories and SSL socket factories.<p/> The main methods are createSSLServerSocketFactory() and createSSLSocketFactory(). By default, these methods will use SSLServerSocketFactory.getDefault() and SSLSocketFactory.getDefault() and will require the proper system ...
  • com.lowagie.text.pdf.PdfPKCS7
    This class does all the processing related to signing and verifying a PKCS#7 signature. <p> It's based in code found at org.bouncycastle.
  • org.alfresco.filesys.server.auth.PasswordEncryptor
    Password Encryptor Class <p> Generates LanMan and NTLMv1 encrypted passwords from the plain text password and challenge key.
  • info.magnolia.cms.security.Digester
    Date: Jul 6, 2004 Time: 11:26:05 AM @author Sameer Charles @version 2.0
  • com.mysql.jdbc.MysqlIO
    This class is used by Connection for communicating with the MySQL server. @author Mark Matthews @version $Id: MysqlIO.java,v 1.1.2.7 2005/06/22 23:11:03 mmatthews Exp $ @see java.sql.Connection Can use compression Can use LOAD DATA Found instead of Get all column flags new more secure for > ...
  • org.quickserver.net.server.ClientHandler
    Class that handles clients for QuickServer. <p> This class is used by {@link QuickServer} to handle each new client connected. This class is responsible to handle client sockets. It can operate in both blocking mode and non-blocking mode (java nio).</p> @author Akshathkumar Shetty @aut ...
  • org.objectweb.asm.commons.SerialVersionUIDAdderTest
    Test for the SerialVerionUid computation. @author Alexandre Vasseur @author Eric Bruneton
  • sync4j.transport.http.server.Sync4jServlet
    Receives the HTTP request and does session management. <b>Session Management</b> <p> If the url contains a parameter {PARAM_SESSION_ID}={SESSION_ID}, the session id is used to lookup in the <i>handlerCache</i> if there is already a <i>SyncHolder</i> assoc ...
Popular Tags