1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: not-yet-commons-ssl
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Matthew Vernon <matthew@debian.org>
Build-Depends:
ant-optional,
cdbs,
debhelper (>= 10),
default-jdk,
libbcprov-java,
libcommons-httpclient-java,
liblog4j1.2-java,
libmockito-java,
maven-debian-helper (>= 1.4)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/not-yet-commons-ssl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/not-yet-commons-ssl.git
Homepage: http://juliusdavies.ca/commons-ssl/
Package: libnot-yet-commons-ssl-java
Architecture: all
Depends: libcommons-httpclient-java, liblog4j1.2-java, ${misc:Depends}
Suggests: libnot-yet-commons-ssl-java-doc
Description: Not-yet-commons-SSL is a library to make SSL in Java easier
This library implements SSL functionality in a way that is easy and
flexible. It improves security by checking CRLs by default. It allows
options to be set or unset for each SSLSocketFactory. It supports
many different formats of PKCS8 and OpenSSL Encrypted Private Keys,
and it automatically detects the type of KeyMaterial or
TrustMaterial.
.
It's called "Not-Yet-Commons-SSL" because of the intention of one day
making it an official Apache project. It currently has no affiliation
with the Apache Software Foundation.
Package: libnot-yet-commons-ssl-java-doc
Architecture: all
Section: doc
Depends: libcommons-httpclient-java-doc, liblog4j1.2-java-doc, ${misc:Depends}
Suggests: libnot-yet-commons-ssl-java
Description: Documentation for Not-yet-commons-SSL
Not-yet-commons-SSL implements SSL functionality in a way that is
easy and flexible. It improves security by checking CRLs by
default. It allows options to be set or unset for each
SSLSocketFactory. It supports many different formats of PKCS8 and
OpenSSL Encrypted Private Keys, and it automatically detects the type
of KeyMaterial or TrustMaterial.
.
It's called "Not-Yet-Commons-SSL" because of the intention of one day
making it an official Apache project. It currently has no affiliation
with the Apache Software Foundation.
.
This package contains the API documentation of
libnot-yet-commons-ssl-java.
|