-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: cryptacular
Binary: libcryptacular-java, libcryptacular-java-doc
Architecture: all
Version: 1.2.5-2
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
 96edfb1a566556df11ebaf0beb3d35659af80c6e 4312 cryptacular_1.2.5-2.debian.tar.xz
Checksums-Sha256:
 b0ff3b9ffec16ba6282d8271bfa2cf31c2e8c4f703de4d67d63079de1609a195 173605 cryptacular_1.2.5.orig.tar.gz
 e2b5ce34ab4464c68a5645352b17c9bf542bd164f7de27525d2b8e6c543c985b 4312 cryptacular_1.2.5-2.debian.tar.xz
Files:
 9be9bfa3047a6f02bb469edb08b6a4a9 173605 cryptacular_1.2.5.orig.tar.gz
 274f541291f53e21b846e33adb954300 4312 cryptacular_1.2.5-2.debian.tar.xz

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmWcyAwUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpZ1xhAAkkqj/dekSpPM5OSjSYr9LieDirD+
ZZO3VC9bY0nYF/uZuQaVyRrWbaeB5Ep5bCziSFAJeteU7StchwyTAZZdbYYz6+Yb
flAasazs636LlzTsReIONFcNXGER915wmytTIA//S+2g/k+T3MuJWvwcQp9cYCNy
wKs69NztDCMmfTEg4EDOh9aP1AXzhBiyDpxNfqH0jgQ1tQe/EEcF0mv5Im58BusX
32bG3ayeO9Vj3LhHqv42sjasPDZ5cC8mA1+4EY9RpCIOGPeq6N1Zv/56SEuK9NJL
ZrcBTaIaMIyrw+u6lXuf3LZkwKaYI7macyZp5j8qKa6oLBQ5OqK1N+GgBZYR+q39
pp2CSaY6FqPSzU/xGX5gcW0iJ1w8zlxpUeDpHIt5ER20+8AgdtDgMZJqBaYC5/gu
D421WF1zOi7refJc3FGre79w/dMxBPwzabRQlrtAKlUNG0j3yp7MeV6Ks/7ImFuR
OmKPEnOi+dbjuxu33z8RVAWZo4uB4XGdJjvIlEVE7ajLLKYgcMVwAEF83niiiGfJ
Yx9AS3A99AtmVq+aVSRjws9CvoXA6d0hBqgqyGtrxZHMfOViIhXYzcDJgBTqJib7
GLaBgwMyzvRzbXTBGja2UMQoU1/QnFjmEae+pjY/iUZ1QDU9O5N6JVNSuVm6uXeU
mzkywxP1xx8QHjM=
=Ir6G
-----END PGP SIGNATURE-----