From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- .../classpath/lib/gnu/javax/crypto/kwa/AESKeyWrap.class | Bin 0 -> 3081 bytes .../gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.class | Bin 0 -> 2353 bytes .../lib/gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.class | Bin 0 -> 698 bytes .../gnu/javax/crypto/kwa/KeyUnwrappingException.class | Bin 0 -> 496 bytes .../javax/crypto/kwa/KeyWrappingAlgorithmFactory.class | Bin 0 -> 1474 bytes .../lib/gnu/javax/crypto/kwa/TripleDESKeyWrap.class | Bin 0 -> 5388 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/classpath/lib/gnu/javax/crypto/kwa/AESKeyWrap.class create mode 100644 libjava/classpath/lib/gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.class create mode 100644 libjava/classpath/lib/gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.class create mode 100644 libjava/classpath/lib/gnu/javax/crypto/kwa/KeyUnwrappingException.class create mode 100644 libjava/classpath/lib/gnu/javax/crypto/kwa/KeyWrappingAlgorithmFactory.class create mode 100644 libjava/classpath/lib/gnu/javax/crypto/kwa/TripleDESKeyWrap.class (limited to 'libjava/classpath/lib/gnu/javax/crypto/kwa') diff --git a/libjava/classpath/lib/gnu/javax/crypto/kwa/AESKeyWrap.class b/libjava/classpath/lib/gnu/javax/crypto/kwa/AESKeyWrap.class new file mode 100644 index 000000000..cc53cc89b Binary files /dev/null and b/libjava/classpath/lib/gnu/javax/crypto/kwa/AESKeyWrap.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.class b/libjava/classpath/lib/gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.class new file mode 100644 index 000000000..2d15a56c8 Binary files /dev/null and b/libjava/classpath/lib/gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.class b/libjava/classpath/lib/gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.class new file mode 100644 index 000000000..06256a996 Binary files /dev/null and b/libjava/classpath/lib/gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/kwa/KeyUnwrappingException.class b/libjava/classpath/lib/gnu/javax/crypto/kwa/KeyUnwrappingException.class new file mode 100644 index 000000000..5fb8b4684 Binary files /dev/null and b/libjava/classpath/lib/gnu/javax/crypto/kwa/KeyUnwrappingException.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/kwa/KeyWrappingAlgorithmFactory.class b/libjava/classpath/lib/gnu/javax/crypto/kwa/KeyWrappingAlgorithmFactory.class new file mode 100644 index 000000000..1c3b89b8b Binary files /dev/null and b/libjava/classpath/lib/gnu/javax/crypto/kwa/KeyWrappingAlgorithmFactory.class differ diff --git a/libjava/classpath/lib/gnu/javax/crypto/kwa/TripleDESKeyWrap.class b/libjava/classpath/lib/gnu/javax/crypto/kwa/TripleDESKeyWrap.class new file mode 100644 index 000000000..544e205e4 Binary files /dev/null and b/libjava/classpath/lib/gnu/javax/crypto/kwa/TripleDESKeyWrap.class differ -- cgit v1.2.3