mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
53d88f1a3c
- install only jars for the selected jdk to avoid class conflicts - drop support for obsolate jdks - take maintainership [1] Approved by: glewis [1]
22 lines
759 B
Plaintext
22 lines
759 B
Plaintext
The Bouncy Castle Crypto APIs consist of the following:
|
|
|
|
. A lightweight cryptography API in Java.
|
|
. A provider for the JCE and JCA.
|
|
. A clean room implementation of the JCE 1.2.1.
|
|
. A library for reading and writing encoded ASN.1 objects.
|
|
. Generators for Version 1 and Version 3 X.509 certificates, Version 2 CRLs,
|
|
and PKCS12 files.
|
|
. Generators for Version 2 X.509 attribute certificates.
|
|
. Generators/Processors for S/MIME and CMS (PKCS7).
|
|
. Generators/Processors for OCSP (RFC 2560).
|
|
. Generators/Processors for TSP (RFC 3161).
|
|
. Generators/Processors for OpenPGP (RFC 2440).
|
|
. A signed jar version suitable for JDK 1.4/1.5 and the Sun JCE.
|
|
|
|
It's distributed under a modified X license.
|
|
|
|
WWW: http://www.bouncycastle.org/
|
|
|
|
- Alex Dupre
|
|
ale@FreeBSD.org
|