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. --- .../lib/javax/crypto/BadPaddingException.class | Bin 0 -> 539 bytes libjava/classpath/lib/javax/crypto/Cipher.class | Bin 0 -> 11080 bytes .../classpath/lib/javax/crypto/CipherInputStream.class | Bin 0 -> 4883 bytes .../classpath/lib/javax/crypto/CipherOutputStream.class | Bin 0 -> 1769 bytes libjava/classpath/lib/javax/crypto/CipherSpi.class | Bin 0 -> 2771 bytes .../lib/javax/crypto/EncryptedPrivateKeyInfo.class | Bin 0 -> 4351 bytes .../classpath/lib/javax/crypto/ExemptionMechanism.class | Bin 0 -> 4810 bytes .../lib/javax/crypto/ExemptionMechanismException.class | Bin 0 -> 563 bytes .../lib/javax/crypto/ExemptionMechanismSpi.class | Bin 0 -> 855 bytes .../lib/javax/crypto/IllegalBlockSizeException.class | Bin 0 -> 557 bytes libjava/classpath/lib/javax/crypto/KeyAgreement.class | Bin 0 -> 4848 bytes .../classpath/lib/javax/crypto/KeyAgreementSpi.class | Bin 0 -> 952 bytes libjava/classpath/lib/javax/crypto/KeyGenerator.class | Bin 0 -> 4125 bytes .../classpath/lib/javax/crypto/KeyGeneratorSpi.class | Bin 0 -> 617 bytes libjava/classpath/lib/javax/crypto/Mac.class | Bin 0 -> 5444 bytes libjava/classpath/lib/javax/crypto/MacSpi.class | Bin 0 -> 1179 bytes .../lib/javax/crypto/NoSuchPaddingException.class | Bin 0 -> 548 bytes libjava/classpath/lib/javax/crypto/NullCipher.class | Bin 0 -> 423 bytes libjava/classpath/lib/javax/crypto/NullCipherImpl.class | Bin 0 -> 2559 bytes libjava/classpath/lib/javax/crypto/SealedObject.class | Bin 0 -> 4493 bytes libjava/classpath/lib/javax/crypto/SecretKey.class | Bin 0 -> 201 bytes .../classpath/lib/javax/crypto/SecretKeyFactory.class | Bin 0 -> 3822 bytes .../lib/javax/crypto/SecretKeyFactorySpi.class | Bin 0 -> 713 bytes .../lib/javax/crypto/ShortBufferException.class | Bin 0 -> 542 bytes .../classpath/lib/javax/crypto/interfaces/DHKey.class | Bin 0 -> 175 bytes .../lib/javax/crypto/interfaces/DHPrivateKey.class | Bin 0 -> 304 bytes .../lib/javax/crypto/interfaces/DHPublicKey.class | Bin 0 -> 301 bytes .../classpath/lib/javax/crypto/interfaces/PBEKey.class | Bin 0 -> 299 bytes .../classpath/lib/javax/crypto/spec/DESKeySpec.class | Bin 0 -> 2243 bytes .../classpath/lib/javax/crypto/spec/DESedeKeySpec.class | Bin 0 -> 1230 bytes .../lib/javax/crypto/spec/DHGenParameterSpec.class | Bin 0 -> 642 bytes .../lib/javax/crypto/spec/DHParameterSpec.class | Bin 0 -> 947 bytes .../lib/javax/crypto/spec/DHPrivateKeySpec.class | Bin 0 -> 798 bytes .../lib/javax/crypto/spec/DHPublicKeySpec.class | Bin 0 -> 795 bytes .../lib/javax/crypto/spec/IvParameterSpec.class | Bin 0 -> 731 bytes .../classpath/lib/javax/crypto/spec/PBEKeySpec.class | Bin 0 -> 2279 bytes .../lib/javax/crypto/spec/PBEParameterSpec.class | Bin 0 -> 643 bytes .../lib/javax/crypto/spec/RC2ParameterSpec.class | Bin 0 -> 1599 bytes .../lib/javax/crypto/spec/RC5ParameterSpec.class | Bin 0 -> 1956 bytes .../classpath/lib/javax/crypto/spec/SecretKeySpec.class | Bin 0 -> 1600 bytes 40 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 libjava/classpath/lib/javax/crypto/BadPaddingException.class create mode 100644 libjava/classpath/lib/javax/crypto/Cipher.class create mode 100644 libjava/classpath/lib/javax/crypto/CipherInputStream.class create mode 100644 libjava/classpath/lib/javax/crypto/CipherOutputStream.class create mode 100644 libjava/classpath/lib/javax/crypto/CipherSpi.class create mode 100644 libjava/classpath/lib/javax/crypto/EncryptedPrivateKeyInfo.class create mode 100644 libjava/classpath/lib/javax/crypto/ExemptionMechanism.class create mode 100644 libjava/classpath/lib/javax/crypto/ExemptionMechanismException.class create mode 100644 libjava/classpath/lib/javax/crypto/ExemptionMechanismSpi.class create mode 100644 libjava/classpath/lib/javax/crypto/IllegalBlockSizeException.class create mode 100644 libjava/classpath/lib/javax/crypto/KeyAgreement.class create mode 100644 libjava/classpath/lib/javax/crypto/KeyAgreementSpi.class create mode 100644 libjava/classpath/lib/javax/crypto/KeyGenerator.class create mode 100644 libjava/classpath/lib/javax/crypto/KeyGeneratorSpi.class create mode 100644 libjava/classpath/lib/javax/crypto/Mac.class create mode 100644 libjava/classpath/lib/javax/crypto/MacSpi.class create mode 100644 libjava/classpath/lib/javax/crypto/NoSuchPaddingException.class create mode 100644 libjava/classpath/lib/javax/crypto/NullCipher.class create mode 100644 libjava/classpath/lib/javax/crypto/NullCipherImpl.class create mode 100644 libjava/classpath/lib/javax/crypto/SealedObject.class create mode 100644 libjava/classpath/lib/javax/crypto/SecretKey.class create mode 100644 libjava/classpath/lib/javax/crypto/SecretKeyFactory.class create mode 100644 libjava/classpath/lib/javax/crypto/SecretKeyFactorySpi.class create mode 100644 libjava/classpath/lib/javax/crypto/ShortBufferException.class create mode 100644 libjava/classpath/lib/javax/crypto/interfaces/DHKey.class create mode 100644 libjava/classpath/lib/javax/crypto/interfaces/DHPrivateKey.class create mode 100644 libjava/classpath/lib/javax/crypto/interfaces/DHPublicKey.class create mode 100644 libjava/classpath/lib/javax/crypto/interfaces/PBEKey.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/DESKeySpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/DESedeKeySpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/DHGenParameterSpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/DHParameterSpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/DHPrivateKeySpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/DHPublicKeySpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/IvParameterSpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/PBEKeySpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/PBEParameterSpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/RC2ParameterSpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/RC5ParameterSpec.class create mode 100644 libjava/classpath/lib/javax/crypto/spec/SecretKeySpec.class (limited to 'libjava/classpath/lib/javax/crypto') diff --git a/libjava/classpath/lib/javax/crypto/BadPaddingException.class b/libjava/classpath/lib/javax/crypto/BadPaddingException.class new file mode 100644 index 000000000..57c28489f Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/BadPaddingException.class differ diff --git a/libjava/classpath/lib/javax/crypto/Cipher.class b/libjava/classpath/lib/javax/crypto/Cipher.class new file mode 100644 index 000000000..4d7b5a639 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/Cipher.class differ diff --git a/libjava/classpath/lib/javax/crypto/CipherInputStream.class b/libjava/classpath/lib/javax/crypto/CipherInputStream.class new file mode 100644 index 000000000..112cdecf4 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/CipherInputStream.class differ diff --git a/libjava/classpath/lib/javax/crypto/CipherOutputStream.class b/libjava/classpath/lib/javax/crypto/CipherOutputStream.class new file mode 100644 index 000000000..a389a7c9c Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/CipherOutputStream.class differ diff --git a/libjava/classpath/lib/javax/crypto/CipherSpi.class b/libjava/classpath/lib/javax/crypto/CipherSpi.class new file mode 100644 index 000000000..c1d63cf7d Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/CipherSpi.class differ diff --git a/libjava/classpath/lib/javax/crypto/EncryptedPrivateKeyInfo.class b/libjava/classpath/lib/javax/crypto/EncryptedPrivateKeyInfo.class new file mode 100644 index 000000000..60255e206 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/EncryptedPrivateKeyInfo.class differ diff --git a/libjava/classpath/lib/javax/crypto/ExemptionMechanism.class b/libjava/classpath/lib/javax/crypto/ExemptionMechanism.class new file mode 100644 index 000000000..55bf46537 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/ExemptionMechanism.class differ diff --git a/libjava/classpath/lib/javax/crypto/ExemptionMechanismException.class b/libjava/classpath/lib/javax/crypto/ExemptionMechanismException.class new file mode 100644 index 000000000..8a46deba0 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/ExemptionMechanismException.class differ diff --git a/libjava/classpath/lib/javax/crypto/ExemptionMechanismSpi.class b/libjava/classpath/lib/javax/crypto/ExemptionMechanismSpi.class new file mode 100644 index 000000000..dd1c33fe5 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/ExemptionMechanismSpi.class differ diff --git a/libjava/classpath/lib/javax/crypto/IllegalBlockSizeException.class b/libjava/classpath/lib/javax/crypto/IllegalBlockSizeException.class new file mode 100644 index 000000000..987880642 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/IllegalBlockSizeException.class differ diff --git a/libjava/classpath/lib/javax/crypto/KeyAgreement.class b/libjava/classpath/lib/javax/crypto/KeyAgreement.class new file mode 100644 index 000000000..52d8fc45a Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/KeyAgreement.class differ diff --git a/libjava/classpath/lib/javax/crypto/KeyAgreementSpi.class b/libjava/classpath/lib/javax/crypto/KeyAgreementSpi.class new file mode 100644 index 000000000..95abcb692 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/KeyAgreementSpi.class differ diff --git a/libjava/classpath/lib/javax/crypto/KeyGenerator.class b/libjava/classpath/lib/javax/crypto/KeyGenerator.class new file mode 100644 index 000000000..e508065d1 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/KeyGenerator.class differ diff --git a/libjava/classpath/lib/javax/crypto/KeyGeneratorSpi.class b/libjava/classpath/lib/javax/crypto/KeyGeneratorSpi.class new file mode 100644 index 000000000..4cc146474 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/KeyGeneratorSpi.class differ diff --git a/libjava/classpath/lib/javax/crypto/Mac.class b/libjava/classpath/lib/javax/crypto/Mac.class new file mode 100644 index 000000000..2a1ffec07 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/Mac.class differ diff --git a/libjava/classpath/lib/javax/crypto/MacSpi.class b/libjava/classpath/lib/javax/crypto/MacSpi.class new file mode 100644 index 000000000..358a03fec Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/MacSpi.class differ diff --git a/libjava/classpath/lib/javax/crypto/NoSuchPaddingException.class b/libjava/classpath/lib/javax/crypto/NoSuchPaddingException.class new file mode 100644 index 000000000..633fc1ebf Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/NoSuchPaddingException.class differ diff --git a/libjava/classpath/lib/javax/crypto/NullCipher.class b/libjava/classpath/lib/javax/crypto/NullCipher.class new file mode 100644 index 000000000..2cb9e0127 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/NullCipher.class differ diff --git a/libjava/classpath/lib/javax/crypto/NullCipherImpl.class b/libjava/classpath/lib/javax/crypto/NullCipherImpl.class new file mode 100644 index 000000000..fe9d2eff4 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/NullCipherImpl.class differ diff --git a/libjava/classpath/lib/javax/crypto/SealedObject.class b/libjava/classpath/lib/javax/crypto/SealedObject.class new file mode 100644 index 000000000..fcf03fbb7 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/SealedObject.class differ diff --git a/libjava/classpath/lib/javax/crypto/SecretKey.class b/libjava/classpath/lib/javax/crypto/SecretKey.class new file mode 100644 index 000000000..64e8d5965 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/SecretKey.class differ diff --git a/libjava/classpath/lib/javax/crypto/SecretKeyFactory.class b/libjava/classpath/lib/javax/crypto/SecretKeyFactory.class new file mode 100644 index 000000000..e457f1c3c Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/SecretKeyFactory.class differ diff --git a/libjava/classpath/lib/javax/crypto/SecretKeyFactorySpi.class b/libjava/classpath/lib/javax/crypto/SecretKeyFactorySpi.class new file mode 100644 index 000000000..b92dad3dc Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/SecretKeyFactorySpi.class differ diff --git a/libjava/classpath/lib/javax/crypto/ShortBufferException.class b/libjava/classpath/lib/javax/crypto/ShortBufferException.class new file mode 100644 index 000000000..1e8ba4873 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/ShortBufferException.class differ diff --git a/libjava/classpath/lib/javax/crypto/interfaces/DHKey.class b/libjava/classpath/lib/javax/crypto/interfaces/DHKey.class new file mode 100644 index 000000000..d370d21de Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/interfaces/DHKey.class differ diff --git a/libjava/classpath/lib/javax/crypto/interfaces/DHPrivateKey.class b/libjava/classpath/lib/javax/crypto/interfaces/DHPrivateKey.class new file mode 100644 index 000000000..57e0a0216 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/interfaces/DHPrivateKey.class differ diff --git a/libjava/classpath/lib/javax/crypto/interfaces/DHPublicKey.class b/libjava/classpath/lib/javax/crypto/interfaces/DHPublicKey.class new file mode 100644 index 000000000..498a26c35 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/interfaces/DHPublicKey.class differ diff --git a/libjava/classpath/lib/javax/crypto/interfaces/PBEKey.class b/libjava/classpath/lib/javax/crypto/interfaces/PBEKey.class new file mode 100644 index 000000000..6871ebd29 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/interfaces/PBEKey.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/DESKeySpec.class b/libjava/classpath/lib/javax/crypto/spec/DESKeySpec.class new file mode 100644 index 000000000..c95a112ef Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/DESKeySpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/DESedeKeySpec.class b/libjava/classpath/lib/javax/crypto/spec/DESedeKeySpec.class new file mode 100644 index 000000000..d70c28fc3 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/DESedeKeySpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/DHGenParameterSpec.class b/libjava/classpath/lib/javax/crypto/spec/DHGenParameterSpec.class new file mode 100644 index 000000000..f47669432 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/DHGenParameterSpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/DHParameterSpec.class b/libjava/classpath/lib/javax/crypto/spec/DHParameterSpec.class new file mode 100644 index 000000000..25b8df6db Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/DHParameterSpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/DHPrivateKeySpec.class b/libjava/classpath/lib/javax/crypto/spec/DHPrivateKeySpec.class new file mode 100644 index 000000000..2c717e1f2 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/DHPrivateKeySpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/DHPublicKeySpec.class b/libjava/classpath/lib/javax/crypto/spec/DHPublicKeySpec.class new file mode 100644 index 000000000..fa0d95e3f Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/DHPublicKeySpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/IvParameterSpec.class b/libjava/classpath/lib/javax/crypto/spec/IvParameterSpec.class new file mode 100644 index 000000000..9ad1e895b Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/IvParameterSpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/PBEKeySpec.class b/libjava/classpath/lib/javax/crypto/spec/PBEKeySpec.class new file mode 100644 index 000000000..c9e2ee820 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/PBEKeySpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/PBEParameterSpec.class b/libjava/classpath/lib/javax/crypto/spec/PBEParameterSpec.class new file mode 100644 index 000000000..5b586d236 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/PBEParameterSpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/RC2ParameterSpec.class b/libjava/classpath/lib/javax/crypto/spec/RC2ParameterSpec.class new file mode 100644 index 000000000..4c58c8410 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/RC2ParameterSpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/RC5ParameterSpec.class b/libjava/classpath/lib/javax/crypto/spec/RC5ParameterSpec.class new file mode 100644 index 000000000..6acc94378 Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/RC5ParameterSpec.class differ diff --git a/libjava/classpath/lib/javax/crypto/spec/SecretKeySpec.class b/libjava/classpath/lib/javax/crypto/spec/SecretKeySpec.class new file mode 100644 index 000000000..a68b9352d Binary files /dev/null and b/libjava/classpath/lib/javax/crypto/spec/SecretKeySpec.class differ -- cgit v1.2.3