/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* @test
* @bug 0000000 6296075
* @summary PaddingTest
* @author Jan Luehe
*/
public class PaddingTest {
public static byte[] key = {
(byte)0x01,(byte)0x23,(byte)0x45,(byte)0x67,
(byte)0x89,(byte)0xab,(byte)0xcd,(byte)0xef
};
public static byte[] key3 = {
(byte)0x01,(byte)0x23,(byte)0x45,(byte)0x67,
(byte)0x89,(byte)0xab,(byte)0xcd,(byte)0xef,
(byte)0xf0,(byte)0xe1,(byte)0xd2,(byte)0xc3,
(byte)0xb4,(byte)0xa5,(byte)0x96,(byte)0x87,
(byte)0xfe,(byte)0xdc,(byte)0xba,(byte)0x98,
(byte)0x76,(byte)0x54,(byte)0x32,(byte)0x10};
public static byte[] iv = {
(byte)0xfe,(byte)0xdc,(byte)0xba,(byte)0x98,
(byte)0x76,(byte)0x54,(byte)0x32,(byte)0x10};
}
public PaddingTest() {
}
for (int l=0; l<numFiles; l++) {
("===============================");
"plain" + l + " test");
("c" + l + "_" +
crypts[i] + "_" +
modes[j] + "_" +
paddings[k] + ".bin");
("p" + l +
runTest();
}
}
}
}
}
throws Exception {
} else {
}
// retrieve the cipher key
// retrieve iv
else
}
int bufferLen = 512;
int len;
int totalInputLen = 0;
try {
totalInputLen += len;
}
}
byte[] data = new byte[64];
}
catch (IllegalBlockSizeException ex) {
return;
else {
throw ex;
}
}
finally {
try {
}
catch (IOException e) {
e.printStackTrace();
return;
}
}
}
}