-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 3.0 (quilt)
Source: cryptacular
Binary: libcryptacular-java, libcryptacular-java-doc
Architecture: all
Version: 1.2.5-1
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>,
Homepage: http://www.cryptacular.org
Description: high level, general purpose Java cryptographic library
 General-purpose Java cryptograhic library, which complements the Bouncy
 Castle libraries, that has the following design goals:
 .
  * Flexible JCE provider. Prefers the Bouncy Castle Java Provider, but
    can fall back to other providers defined in the environment for
    algorithms not implemented by BC.
  * Ease of use for common cryptographic operations. A one liner
    highlights this well; the following prints the MD5 hash of a password
    as a string of HEX characters:
    System.out.println(new MD5().digest(passBytes, new HexConverter()));
  * Convenient and performant handling of cryptographic operations on
    large data streams.
  * Support for base-64 and hexadecimal encoding of ciphertext input/output.
  * Support for I/O operations on cryptographic primitives including
    generating and writing symmetric encryption keys, public/private key
    pairs, and X.509 certificates. Both PEM and DER encoding is handled
    conveniently.
  * Command line interface for each class of cryptographic operation
    (digest, symmetric encryption, public-key encryption, message signing,
    etc). A command line interface for keystore operations is also
    included, which is notable as it supports features above and beyond
    the Java keytool utility.
 .
 It is important to note that no cryptographic algorithms are implemented;
 Bouncy Castle provides all cryptographic algorithms where required.
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/java-team/cryptacular
Vcs-Git: https://salsa.debian.org/java-team/cryptacular.git
Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 2.6)
Build-Depends-Indep: libbcprov-java (>= 1.71), libmaven-bundle-plugin-java (>= 3.5.1), libmaven-install-plugin-java (>= 3.1.0), libmaven-javadoc-plugin-java (>= 3.4.1) <!nodoc>, testng <!nocheck>
Package-List:
 libcryptacular-java deb java optional arch=all
 libcryptacular-java-doc deb doc optional arch=all
Checksums-Sha1:
 492801f97281e598c2b0075a768b7c0deebf64e8 173605 cryptacular_1.2.5.orig.tar.gz
 9feb029b0d633d7c871f9c83e131582cf0d2ef56 3512 cryptacular_1.2.5-1.debian.tar.xz
Checksums-Sha256:
 b0ff3b9ffec16ba6282d8271bfa2cf31c2e8c4f703de4d67d63079de1609a195 173605 cryptacular_1.2.5.orig.tar.gz
 e6050f2e4baf2a1156f06edaad975142d973071fa954cccf8c763b8d6aa0cb34 3512 cryptacular_1.2.5-1.debian.tar.xz
Files:
 9be9bfa3047a6f02bb469edb08b6a4a9 173605 cryptacular_1.2.5.orig.tar.gz
 380183814024fcb8e87bcf637d9368f7 3512 cryptacular_1.2.5-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEcxc7CTsDz7hRCK0UsRvZGQeaO5gFAmP8JuUACgkQsRvZGQea
O5ji8hAAhp9O0RwHM3oMQ4GxjBQaaGi9ZbfzV5hhMNJ48CdzOLO+FQzllUUd3gD4
EE2zjkvMOTRrfYpASqPSpgo3QY76vzQnDGi/MNKb9fqSKLzdFb6InbTRmNDibhGA
6y1O7D2knjSZSYmTbLzBHxTcPClPBsIiy++7JQQg7HaRAAf2QSQnKx2fXhlny26h
DsuPw2jaTwU1F7d/AMHcFLvblu/Bpl+TQRrS0kyhJM32FA2A95iB9iYutzuuexrL
9fDIJ3GtNEPRLtn5NEbkLd+EWVw8+olPd8m0hzLGKqzjgCuScDpQtrXbWs2kiSPK
xilbbNPFHlPlwSvMlNQKvj8IuVTgS+SwEpW/wJLgT8YpmxjQUNWBk3I1pKqPUDoF
bcDqwRT/eKO//hwy5hxAY9LUoxsM5R56HNHpufc+o2Wb+WTgB188ZDE1pdddEeud
LSs/NvAptrKZz1XZhHy1fB3MZjOEjIheC9lQLgigc/yA7S+PytkAa3iyCmwSdA9r
XFTezWk26wVqQ7oq6YGAGsptgyS0i3Th9ERQBa9crl325VT4Du6yhkVtvw7noj81
DCFt9XjtZobcP3Qk7RnO3tCN6Jrt/ONmIKbIl77YagYgy9P8PDVeYacPwmXLSBek
+3naLqu0LYpMXYfk7q9wKzjo5xJHpLaJN9KBXRtatHSt/iQbgZc=
=gT+4
-----END PGP SIGNATURE-----