Source: jasypt Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: debhelper (>= 9), default-jdk, default-jdk-doc, junit4, libbcprov-java, libcommons-lang-java, libicu4j-java, libmaven-javadoc-plugin-java, libservlet3.1-java, maven-debian-helper (>= 2.0) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jasypt.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jasypt.git Homepage: http://www.jasypt.org Package: libjasypt-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Suggests: libjasypt-java-doc, ${maven:OptionalDepends} Description: java library for simple high-level encryption Jasypt is a java library which allows the developer to add basic encryption capabilities to projects. . It provides : * High-security, standards-based encryption techniques, both for unidirectional and bidirectional encryption. * Transparent integration with Hibernate. * Suitable for integration into Spring-based applications and also transparently integrable with Spring Security. * Integrated capabilities for encrypting the configuration of applications (i.e. datasources). * Specific features for high-performance encryption in multi-processor/multi-core systems. * Open API for use with any JCE provider. Package: libjasypt-java-doc Architecture: all Section: doc Depends: ${maven:DocDepends}, ${misc:Depends} Recommends: ${maven:DocOptionalDepends} Suggests: libjasypt-java Description: Documentation - java library for simple high-level encryption Jasypt is a java library which allows the developer to add basic encryption capabilities to projects. . It provides : * High-security, standards-based encryption techniques, both for unidirectional and bidirectional encryption. * Transparent integration with Hibernate. * Suitable for integration into Spring-based applications and also transparently integrable with Spring Security. * Integrated capabilities for encrypting the configuration of applications (i.e. datasources). * Specific features for high-performance encryption in multi-processor/multi-core systems. * Open API for use with any JCE provider. . This package contains the API documentation of libjasypt-java.