File: control

package info (click to toggle)
jasypt 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,476 kB
  • ctags: 1,443
  • sloc: java: 8,847; xml: 249; sh: 9; makefile: 4
file content (63 lines) | stat: -rw-r--r-- 2,504 bytes parent folder | download
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
56
57
58
59
60
61
62
63
Source: jasypt
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
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.