KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.jboss.security.Util
    Various security related utilities like MessageDigest
  • org.jboss.security.srp.SRPClientSession
    The client side logic to the SRP protocol. The class is intended to be used with a SRPServerSession object via the SRPServerInterface. The SRP algorithm using these classes consists of: 1. Get server, SRPServerInterface server = (SRPServerInterface) Naming.lookup(...); 2. Get SRP parameters, SRPPa ...
  • org.pdfbox.encryption.PDFEncryption
    This class will deal with PDF encryption algorithms. @author Ben Litchfield (ben@benlitchfield.com) @version $Revision: 1.13 $
  • com.mysql.jdbc.Security
    Methods for doing secure authentication with MySQL-4.1 and newer. @author Mark Matthews @version $Id: Security.java,v 1.1.2.2 2005/05/19 15:52:24 mmatthews Exp $ Returns hex value for given char Convert password in salted form to binary string password and hash-salt For old password this inv ...
  • org.jboss.ha.httpsession.server.ClusteredHTTPSessionService
    JMX Service implementation for ClusteredHTTPSessionServiceMBean @see org.jboss.ha.httpsession.server.ClusteredHTTPSessionServiceMBean @author <a HREF="mailto:sacha.labourey@cogito-info.ch">Sacha Labourey</a>. @version $Revision: 1.11 $ <p><b>Revisions:</b> <p& ...
  • org.apache.ajp.NegociationHandler
    Handler for the protocol negotiation. It will authenticate and exchange information about supported messages on each end. @author Henri Gomez [hgomez@apache.org] @author Dan Milstein [danmil@shore.net] @author Keith Wannamaker [Keith@Wannamaker.org] @author Costin Manolache
  • org.jivesoftware.messenger.auth.AuthFactory
    Authentication service. Users of Jive that wish to change the AuthProvider implementation used to authenticate users can set the <code>AuthProvider.className</code> Jive property. For example, if you have altered Jive to use LDAP for user information, you'd want to send a custom imple ...
  • org.jboss.iiop.rmi.InterfaceAnalysis
    Interface analysis. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07). @author <a HREF="mailto:osh@sparre.dk">Ole Husgaard</a> @version $Revision: 1.9 $
Popular Tags