mirror of
https://github.com/apache/jclouds.git
synced 2025-02-06 10:09:35 +00:00
828d8790c2
Removed with: mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | while read i; do echo $i | sed -n 's/\([^:]*\):\([^:]*\):.*/sed -i \2d \1/p' | bash; done
# # A driver to use the Bouncy Castle Crypto API (http://www.bouncycastle.org/) # as an encryption library in jclouds. # # TODO: Usage example.