KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > Cipher > 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 $
  • org.jgroups.protocols.ENCRYPT
    ENCRYPT layer. Encrypt and decrypt the group communication in JGroups The file can be used in two ways: <ul> <li> Option 1. Configured with a secretKey in a keystore so it can be used at any layer in JGroups without the need for a coordinator, or if you want protection against passiv ...
  • org.ofbiz.accounting.thirdparty.valuelink.ValueLinkApi
    ValueLinkApi - Implementation of ValueLink Encryption & Transport @author <a HREF="mailto:jaz@ofbiz.org">Andy Zeneski</a> @version $Rev: 5462 $ @since 3.0
  • com.sun.j2ee.blueprints.clientstate.ByteArrayGuard
    This utility class provides services to encrypt or decrypt a byte array. The algorithm used to encrypt byte array is 3DES with CBC The algorithm used to create the message authentication code (MAC) is SHA1 @author Inderjeet Singh
  • java.security.Signature
    This Signature class is used to provide applications the functionality of a digital signature algorithm. Digital signatures are used for authentication and integrity assurance of digital data. <p> The signature algorithm can be, among others, the NIST standard DSA, using DSA and SHA-1. The ...
  • org.jboss.crypto.CipherSocket
    @author Scott.Stark@jboss.org
  • org.jgroups.protocols.ENCRYPT1_4
    ENCRYPT1_4 layer. Encrypt and decrypt the group communication in JGroups
  • org.jahia.tools.ReadJEF
    Used to read data in a jef file without extracting it. @version 1.0
  • org.objectweb.proactive.ext.security.crypto.EncryptionEngine
Popular Tags