KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > spec > IvParameterSpec > Top Examples

  • net.sourceforge.jcetaglib.lib.Hybrid
    Hybrid encryption & decryption routines for use with BouncyCastle JCE provider @author Gert Van Ham @author hamgert@users.sourceforge.net @author http://jcetaglib.sourceforge.net @version $Id: Hybrid.java,v 1.3 2004/04/15 07:28:25 hamgert Exp $
  • 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.derby.client.am.EncryptionManager
    This class is get used when using encrypted password and/or userid mechanism. The <b>EncryptionManager</b> classs 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 server side's publ ...
  • 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 ...
  • org.ejbca.util.StringTools
    This class implements some utility functions that are useful when handling Strings. @version $Id: StringTools.java,v 1.5.6.1 2007/03/08 09:57:22 anatom Exp $
  • org.jboss.test.security.interceptors.ClientEncryptionInterceptor
    A client side interceptor that encrypts
Popular Tags