GNU cryptographic primitives and tools
Programmer's Documentation

GNU Crypto provides cryptographic primitives and tools in Java.

GNU Crypto Algorithms

gnu.crypto.cipherProvides a basic API for using symetric-key block cipher algorithms.
gnu.crypto.hashProvides a basic API for using message digest algorithms.
gnu.crypto.macProvides a basic API for using Message Authentication Code (MAC) algorithms.
gnu.crypto.modeProvides a basic API for using block cipher Modes of Operation.
gnu.crypto.padProvides a basic API for using block cipher padding algorithms.
gnu.crypto.prngProvides a basic API for using cryptographically strong pseudo random number generation algorithms.

GNU Crypto High-Level API

gnu.crypto.assemblyProvides a high-level API for combining and using GNU Crypto cipher, mode, and padding primitives.

GNU Crypto Key Agreements and keypair generation

gnu.crypto.keyProvides a basic API for algorithms to generate Public/Private keypairs, and Key Agreement schemes.
gnu.crypto.key.dh
gnu.crypto.key.dss
gnu.crypto.key.rsa
gnu.crypto.key.srp6
gnu.crypto.keyringProvides a basic API for managing private and public authentication credentials stored in file objects.

GNU Crypto Signature Schemes with Appendix

gnu.crypto.sigProvides a basic API for algorithms to use Public/Private keypairs in Digital Signature schemes.
gnu.crypto.sig.dss
gnu.crypto.sig.rsa

GNU Crypto Java Cryptography Extension (JCE) Adapters

gnu.crypto.jce
gnu.crypto.jce.cipher
gnu.crypto.jce.hash
gnu.crypto.jce.key
gnu.crypto.jce.keyring
gnu.crypto.jce.mac
gnu.crypto.jce.params
gnu.crypto.jce.prng
gnu.crypto.jce.sig
gnu.crypto.jce.spec

GNU Crypto Simple Authentication and Security Layer (SASL)

GNU Crypto Experimental Algorithms

gnu.crypto.exp.ust

GNU Crypto Tools

gnu.crypto.tool
gnu.crypto.tool.keytool

GNU Crypto Utilities

gnu.crypto.util

Other Packages

gnu.crypto
gnu.crypto.auth
gnu.crypto.auth.callback
gnu.crypto.der
gnu.crypto.exp
gnu.crypto.pki
gnu.crypto.pki.ext
gnu.crypto.pki.io
gnu.crypto.pki.provider
gnu.crypto.saslProvides concrete implementations of some SASL (Simple Authentication and Security Layer) mechanisms.
gnu.crypto.sasl.anonymous
gnu.crypto.sasl.crammd5
gnu.crypto.sasl.plain
gnu.crypto.sasl.srpProvides the implementations of the SASL SRP mechanism, as specified in draft-burdis-cat-srp-sasl.
GNU Crypto provides cryptographic primitives and tools in Java.

.

Introduction

As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.

Guile LicenseGuile

Downloads

ftp.gnupg.org/gcrypt/gnu-cryptoFTP mirror sites

gnu-cryptothrough CVS

Trademarks


Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.