mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
* java/security/Security.java Imported the version from GNU classpath 0.92 (kept GCJ differences). * classpath/gnu/javax/crypto/pad/PKCS7.java (unpad): Removed an unnecessary test. * classpath/javax/crypto/CipherOutputStream.java: Re-implemented. * classpath/gnu/javax/crypto/jce/cipher/CipherAdapter.java (engineUpdate(byte[], int, int)): Always keep data for unpadding in padded decryption mode and check if it is a complete block. (engineUpdate(byte[], int, int, byte[], int)): Likewise. (engineDoFinal(byte[], int, int)): In padded decryption mode, take partially processed data into account. From-SVN: r121154
This is libgcj: the runtime library for gcj, the GNU Compiler for Java. libgcj provides a partial implementation of the Java Class Libraries. libgcj is free software. See the file LIBGCJ_LICENSE for copying permission. DOCUMENTATION ============= All documentation, including detailed installation and usage instructions, can be found on the gcj web pages at this URL: http://gcc.gnu.org/java/ BUGS ==== Please submit bug reports via this URL: http://gcc.gnu.org/bugzilla