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
ABRT-ACTION-ANALYZ(1)						    ABRT Manual 					     ABRT-ACTION-ANALYZ(1)

NAME
abrt-action-analyze-java - Calculate and save UUID & DUPHASH and determine the level of usability for reporting of a Java stack trace. SYNOPSIS
abrt-action-analyze-java [-v] [-d DIR] [-o] [-f FILE] DESCRIPTION
The tool reads the file named backtrace from a problem data directory, processes it and generates a universally unique identifier (UUID). Then it saves this data as new element uuid. It also checks whether the stack trace contains a remote address in any of its frames and if so it creates not-reportable element whose contents explains why the stack trace should not be reported into a bug tracking system. Integration with ABRT events abrt-action-analyze-java can be used to generate the UUID & DUPHAS of a newly saved Java stack trace. EVENT=post-create analyzer=Java abrt-action-analyze-java OPTIONS
-d DIR Path to a problem directory. The tool reads the backtrace from stdin when neither this option nor -f is provided. -f FILE Path to a stack trace. The tool reads the backtrace from stdin when neither this option nor -d is provided. -o Print the result to stdout. -v Be more verbose. Can be given multiple times. AUTHORS
o ABRT team abrt-java-connector 01/19/2014 ABRT-ACTION-ANALYZ(1)