Legion of the Bouncy Castle Java Cryptography API 1.39 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Legion of the Bouncy Castle Java Cryptography API 1.39 (Default branch)
# 1  
Old 03-31-2008
Legion of the Bouncy Castle Java Cryptography API 1.39 (Default branch)

The Legion of the Bouncy Castle Java CryptographyAPI provides a lightweight cryptography API inJava, a provider for the JCE and JCA, a clean-roomimplementation of the JCE 1.2.1, generators forVersion 1 and Version 3 X.509 certificates,generators for Version 2 X.509 attributecertificates, PKCS12 support, and APIs for dealingwith S/MIME, CMS, OCSP, TSP, OpenPGP, and TLS.Versions are provided for the J2ME, and JDK1.0-1.6.License: Freely DistributableChanges:
This release adds certifications with userattributes for OpenPGP, CMS countersignaturesupport, and VMPC-MAC. Speed improvements havebeen made to the ASN.1 package. The CertPathvalidator now covers a wider range of NISTvalidation tests. An error in IV handling for SEEDand Camellia in CMS has been fixed. Other bugfixes and enhancements were made. The signingcertificate for the provider has been updated toone expiring in 2013.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
serialver(1)						      General Commands Manual						      serialver(1)

NAME
serialver - serial version command SYNOPSIS
serialver [ options ] [ classnames ] options Command-line options, as specified in this document. classnames One or more class names. DESCRIPTION
serialver returns the serialVersionUID for one or more classes in a form suitable for copying into an evolving class. When invoked with no arguments, it prints a usage line. OPTIONS
-classpath <directories and zip/jar files separated by:> Set search path for application classes and resources. -show Displays a simple user interface. Enter the full class name and press either the Enter key or the Show button to display the serialVersionUID. -Joption Pass option to the Java virtual machine, where option is one of the options described on the man page for the java applica- tion launcher, java(1). For example, -J-Xms48m sets the startup memory to 48 megabytes. It is a common convention for -J to pass options to the underlying virtual machine. SEE ALSO
See (or search java.sun.com) for the following: java.io.ObjectStreamClass @ http://java.sun.com/j2se/1.5/docs/api/java/io/ObjectStreamClass.html 24 June 2004 serialver(1)