Bouncy Castle

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Security » Bouncy Castle 
bouncy castle
License:Open Source http://www.bouncycastle.org/licence.html
URL:http://www.bouncycastle.org
Description:Java cryptography
Package NameComment
org.bouncycastle
org.bouncycastle.apache.bzip2
org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects. Support is provided for DER and BER encoding.
org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
org.bouncycastle.asn1.crmf
org.bouncycastle.asn1.cryptopro Support classes for CRYPTO-PRO related objects - such as GOST identifiers.
org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.
org.bouncycastle.asn1.ess Support classes useful for encoding and supporting Enhanced Security Services for S/MIME as described RFC 2634.
org.bouncycastle.asn1.gnu
org.bouncycastle.asn1.iana
org.bouncycastle.asn1.icao ICAO ASN.1 classes for electronic passport.
org.bouncycastle.asn1.isismtt
org.bouncycastle.asn1.isismtt.ocsp
org.bouncycastle.asn1.isismtt.x509
org.bouncycastle.asn1.kisa
org.bouncycastle.asn1.microsoft
org.bouncycastle.asn1.misc Miscellaneous object identifiers and objects.
org.bouncycastle.asn1.mozilla Support classes useful for encoding objects used by mozilla.
org.bouncycastle.asn1.nist Support classes for NIST related objects.
org.bouncycastle.asn1.ntt
org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects.
org.bouncycastle.asn1.oiw Objects and OID for the support of ISO OIW.
org.bouncycastle.asn1.pkcs Support classes useful for encoding and supporting the various RSA PKCS documents.
org.bouncycastle.asn1.sec Classes for support of the SEC standard for Elliptic Curve.
org.bouncycastle.asn1.smime Support classes useful for encoding and supporting S/MIME.
org.bouncycastle.asn1.teletrust Support classes for TeleTrust related objects.
org.bouncycastle.asn1.test Test programs for the ASN.1 package.
org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161.
org.bouncycastle.asn1.util An ASN.1 dump utility.
org.bouncycastle.asn1.x500
org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.
org.bouncycastle.asn1.x509.qualified Support classes useful for encoding and processing messages based around RFC3739
org.bouncycastle.asn1.x509.sigi
org.bouncycastle.asn1.x9 Support classes useful for encoding and supporting X9.62 elliptic curve.
org.bouncycastle.bcpg Low level classes for dealing with OpenPGP objects.

These classes deal with things at a raw OpenPGP packet level. For the most part you are probably better off looking at the org.bouncycastle.openpgp package for what you want.

org.bouncycastle.bcpg.attr Low level classes for dealing with OpenPGP user attributes.
org.bouncycastle.bcpg.sig Low level classes for dealing with OpenPGP signature attributes.
org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
org.bouncycastle.cms.test Regression tests for the org.bouncycastle.cms package.

Note: The classes in this package are also a useful source of example code.

org.bouncycastle.crypto Base classes for the lightweight API.
org.bouncycastle.crypto.agreement Basic key agreement classes.
org.bouncycastle.crypto.agreement.kdf
org.bouncycastle.crypto.digests Message digest classes.
org.bouncycastle.crypto.encodings Block encodings for asymmetric ciphers.
org.bouncycastle.crypto.engines Basic cipher classes.
org.bouncycastle.crypto.examples Simple examples of light weight API usage.
org.bouncycastle.crypto.generators Generators for keys, key pairs and password based encryption algorithms.
org.bouncycastle.crypto.io Classes for doing "enhanced" I/O with Digests and MACs.
org.bouncycastle.crypto.macs Classes for creating MACs and HMACs.
org.bouncycastle.crypto.modes Modes for symmetric ciphers.
org.bouncycastle.crypto.paddings Paddings for symmetric ciphers.
org.bouncycastle.crypto.params Classes for parameter objects for ciphers and generators.
org.bouncycastle.crypto.prng Lightweight psuedo-random number generators.
org.bouncycastle.crypto.signers Basic signers.
org.bouncycastle.crypto.test Example code and test classes for the lightweight API.
org.bouncycastle.crypto.tls A lightweight TLS API.
org.bouncycastle.crypto.tls.test
org.bouncycastle.crypto.util Some general utility/conversion classes.
org.bouncycastle.i18n
org.bouncycastle.i18n.filter
org.bouncycastle.jce Utility classes for use with the JCE.

The classes in this package support the generation of certificates and PKCS10 signing requests.

Note: the PKCS7 class is deprecated, for a fuller version of CMS see the cms package distributed with the BC mail API.

org.bouncycastle.jce.examples Example classes for use with the JCE.
org.bouncycastle.jce.exception
org.bouncycastle.jce.interfaces Interfaces for supporting Elliptic Curve Keys, El Gamal, and PKCS12 attributes.
org.bouncycastle.jce.netscape
org.bouncycastle.jce.provider
org.bouncycastle.jce.provider.symmetric
org.bouncycastle.jce.provider.test
org.bouncycastle.jce.provider.test.nist
org.bouncycastle.jce.provider.test.rsa3
org.bouncycastle.jce.spec Parameter specifications for supporting El Gamal, and Elliptic Curve.
org.bouncycastle.mail.smime High level classes for dealing with S/MIME objects (RFC 3851).

There is one thing that is worth commenting about with these. If you're using AS2 on some other standard which specifies a different default content transfer encoding from RFC 2405, make sure you use the constructors on SMIMESigned and SMIMESignedGenerator that allow you to set the default ("binary" in the case of AS2 as opposed to "bit7" which is the default).

org.bouncycastle.mail.smime.examples Example code demonstrating the use of the S/MIME package for a variety of uses.
org.bouncycastle.mail.smime.handlers S/MIME handlers for the JavaMail API.
org.bouncycastle.mail.smime.test Regression tests for the org.bouncycastle.mail.smime package.

Note: The classes in this package are also a useful source of example code.

org.bouncycastle.mail.smime.util
org.bouncycastle.mail.smime.validator
org.bouncycastle.math.ec Math support for Elliptic Curve.
org.bouncycastle.math.ec.test
org.bouncycastle.mozilla Support class for mozilla signed public key and challenge.
org.bouncycastle.ocsp Classes for dealing Online Certificate Status Protocol (OCSP) - RFC 2560.
org.bouncycastle.ocsp.test Test class for OCSP messages.
org.bouncycastle.openpgp High level classes for dealing with OpenPGP objects.

Note: These are based on the org.bouncycastle.bcpg classes and use a streaming model, so for some objects which have an input stream associated it is necessary to read to the end of the input stream on the object before trying to read another object from the orginal input stream.

A word on key ring files. For the purpose of this package a PGP key ring is a master key and a collection of sub-keys associated with it. These public and secret key rings are handled by the PGPPublicKey ring class and the PGPSecretKeyRing class respectively. In the case where you are trying to read an key file which has multiple key rings in it, use PGPSecretKeyRingCollection for the secret key file and PGPPublicKeyRingCollection for the public key file.

org.bouncycastle.openpgp.examples Examples of use of the org.bouncycastle.openpgp package.
org.bouncycastle.openpgp.examples.test
org.bouncycastle.openpgp.test Regression tests and further examples of use for the org.bouncycastle.openpgp package.

Note: The classes in this package are also a useful source of example code.

org.bouncycastle.openssl Classes for dealing with OpenSSL PEM files.
org.bouncycastle.openssl.test Test class for OpenSSL PEMReader.
org.bouncycastle.sasn1 A library for parsing and writing ASN.1 objects using a streaming model. Support is provided for DER and BER encoding.
org.bouncycastle.sasn1.cms
org.bouncycastle.sasn1.test
org.bouncycastle.tsp Classes for dealing Time Stamp Protocol (TSP) - RFC 3161.
org.bouncycastle.tsp.test
org.bouncycastle.util
org.bouncycastle.util.encoders Classes for producing and reading Base64 and Hex strings.
org.bouncycastle.util.encoders.test
org.bouncycastle.util.test Light weight test API. If you can use Junit!
org.bouncycastle.voms
org.bouncycastle.x509

Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.

org.bouncycastle.x509.examples

Examples for X.509 attribute certificates.

org.bouncycastle.x509.extension Helper classes for dealing with common X.509 extensions.
org.bouncycastle.x509.util
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.